From 1f1966a4f643897668c4b797a8f2af6811db25eb Mon Sep 17 00:00:00 2001 From: Rane Date: Fri, 15 Mar 2019 06:12:35 -0600 Subject: [PATCH] Add description of markdown specific text decorators --- doc/vimwiki.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 4f935e5..908c9b3 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -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.