vimwiki

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

commit 9753bcbcde6b7856ee1c827550291d29d9fbd17a
parent c3eff1dd0e6e2541458cd078b8ab8f65e1683342
Author: Chip Senkbeil <chip@senkbeil.org>
Date:   Sun,  4 Oct 2020 10:25:40 -0500

Add TODO about preformatted text metadata list separators

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

diff --git a/doc/specification.wiki b/doc/specification.wiki @@ -425,6 +425,12 @@ TODO ... wrapping a preformatted text block with another preformatted text avoid matching legit syntax but still provide the literal text upon rendering. +TODO ... pandoc supports more than one metadata key/value pair via spaces + such as `{{{class="something" style="else"`. Wasn't clear if vimwiki + itself supports multiple metadata. *vimwiki-server* supports this + through semicolons because it was easier `{{{class="something";style="else"` + but isn't married to that approach + ===== Syntax ===== A *preformatted text* is composed of a [[#beginning preformatted text line|beginning preformatted text line]],