Markdown does not support underlined text
commited
commit
e4a6dc2654feebc69009f25c0729bf4e99cf6de9
... | ... | @@ -14,7 +14,7 @@ Now you can write a Wiki page! After you have written it all, click "Preview" to |
14 | 14 | |
15 | 15 | # Style a page |
16 | 16 | |
17 | The Wiki supports the formatting syntax called "Markdown". You can easily make *italic*, **bold**, __underlined__ or ~~strikethrough~~ text. Moreover, with Markdown, you also can make lists, add links, insert images in text and even make tables! Read [[this|https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]] to learn how. |
|
17 | The Wiki supports the formatting syntax called "Markdown". You can easily make *italic*, **bold** or ~~strikethrough~~ text. Moreover, with Markdown, you also can make lists, add links, insert images in text and even make tables! Read [[this|https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]] to learn how. |
|
18 | 18 | |
19 | 19 | ## Basics |
20 | 20 |