mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
693 B
693 B
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.comLink with text: [[http://example.com|text of the link]]
→ Link with text: text of the link--- for a horizontal rule
⤵