From f09473eab70f3d540fe1586c0256336ab9679049 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 26 Jun 2017 02:41:51 -0400 Subject: minor updates to vimwiki reader. (#3759) - updated comments in Vimwiki.hs to reflect current status of implementation - added vimwiki to trypandoc --- src/Text/Pandoc/Readers/Vimwiki.hs | 13 ++++++------- trypandoc/index.html | 1 + 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Text/Pandoc/Readers/Vimwiki.hs b/src/Text/Pandoc/Readers/Vimwiki.hs index 98f04eda9..11faedb24 100644 --- a/src/Text/Pandoc/Readers/Vimwiki.hs +++ b/src/Text/Pandoc/Readers/Vimwiki.hs @@ -28,20 +28,20 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Conversion of vimwiki text to 'Pandoc' document. -} {-- - progress: +[X]: implemented +[O]: not implemented * block parsers: * [X] header * [X] hrule * [X] comment * [X] blockquote - * [X] preformatted + * [X] preformatted -- using codeblock * [X] displaymath * [X] bulletlist / orderedlist - * [X] orderedlist with 1., i., a) etc identification. - * [X] todo lists -- not list builder with attributes? using span. + * [X] todo lists -- using span. * [X] table * [X] centered table -- using div - * [O] colspan and rowspan -- pandoc limitation, see issue #1024 + * [O] colspan and rowspan -- see issue #1024 * [X] paragraph * [X] definition list * inline parsers: @@ -58,8 +58,7 @@ Conversion of vimwiki text to 'Pandoc' document. * misc: * [X] `TODO:` mark * [X] metadata placeholders: %title and %date - * [O] control placeholders: %template and %nohtml -- %template added to - meta, %nohtml ignored + * [O] control placeholders: %template and %nohtml -- ignored --} module Text.Pandoc.Readers.Vimwiki ( readVimwiki diff --git a/trypandoc/index.html b/trypandoc/index.html index 9b84e14b7..fe4077ce2 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -94,6 +94,7 @@ $(document).ready(function() { +
-- cgit v1.2.3