We support the use of Markdown to format trip description, comments, support requests etc.

Automatic formatting

The following is automatically formatted by cachetur.no:

Simple formatting

Quotes

Quotes is started with >

Eg.:
> quote
the rest of it

Which will be converted to:

Lists

Lists can be started with either *, -, + or 1.

They can also be nested, like this:
1. Point 1
* sub 1
* sub 2

Som blir:

  1. Point 1

Tables

| header 1 | header 2 |
| -------- | -------- |
| cell 1.1 | cell 1.2 |
| cell 2.1 | cell 2.2 |


| header 1 | header 2 | header 2 |
| :------- | :------: | -------: |
| cell 1.1 | cell 1.2 | cell 1.3 |
| cell 2.1 | cell 2.2 | cell 2.3 |