# Frequently Asked Questions (FAQ) ## Which syntax is allowed in description fields? * `*single star for italic*` → *single star for italic* * `**double star for bold**` → **double star for bold** * `# one hash for main heading` ⤵

one hash for main heading

* `## two hashes for second heading` ⤵

two hashes for second heading

* `### three hashes for third heading` ⤵

three hashes for third heading

* `Simple link: [[http://example.com]]` → Simple link: [http://example.com](http://example.com) * `Link with text: [[http://example.com|text of the link]]` → Link with text: [text of the link](http://example.com) * `--- for a horizontal rule` ⤵