HTLM Export not formatting well wiki links, numbered lists and tags #185
Unanswered
FamedBear16
asked this question in
Q&A
Replies: 1 comment
-
Try adding this to your pandoc arguments:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
When I convert to HTML, words that are supposed to be on a different line, they appear in the same.
This happens with wiki links [[ ]] and numbered lists, #tags
For example:
[[file 1]]
[[file 2]]
#tests
mario
is render in HTML as
file 1 file 2
#test mario
Beta Was this translation helpful? Give feedback.
All reactions