test
:the messages come from
pandoc -o blog.html --template etc/html/template --toc --wrap=preserve abc
preserve plain text list in pandoc
how can I avoid adding garbage at the end for plain text list
I often use these lists
the following code
a¶
b¶
c¶
look like this
a b c
the following code
a··¶
b··¶
c··¶
look like this
a
b
c
various markdown
topic
code
bold
strike no
Comments
Post a Comment