vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 1f1966a4f643897668c4b797a8f2af6811db25eb
parent 6b29b6604c0a82e3078e17ac08a669c957a0126d
Author: Rane <rane.brown@gmail.com>
Date:   Fri, 15 Mar 2019 06:12:35 -0600

Add description of markdown specific text decorators

Diffstat:
Mdoc/vimwiki.txt | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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.