Add description of markdown specific text decorators

This commit is contained in:
Rane 2019-03-15 06:12:35 -06:00
parent 6b29b6604c
commit 1f1966a4f6

View File

@ -877,6 +877,12 @@ is decorated: >
super^script^
sub,,script,,
For Markdown syntax these variations are used: >
**bold text** or __bold text__
*italic text* or _italic text_
***bold_italic text*** or ___italic_bold text___
Furthermore, there are a number of words which are highlighted extra flashy:
TODO, DONE, STARTED, FIXME, FIXED, XXX.