From 9753bcbcde6b7856ee1c827550291d29d9fbd17a Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Sun, 4 Oct 2020 10:25:40 -0500 Subject: [PATCH] Add TODO about preformatted text metadata list separators --- doc/specification.wiki | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/specification.wiki b/doc/specification.wiki index c0d8248..fee1a9a 100644 --- 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]],