Where is the Code for the Writer -t plain? #10419
Unanswered
freddieventura
asked this question in
Q&A
Replies: 1 comment
-
The pandoc/src/Text/Pandoc/Writers/Markdown.hs Lines 68 to 72 in 5f4c4ae For example, when writing out blockquotes, the markdown writer prefixes them with pandoc/src/Text/Pandoc/Writers/Markdown.hs Lines 593 to 602 in 5f4c4ae |
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.
-
I am trying to do my own Pandoc Writer with Lua Syntax, and I am finding it hard to replicate the behaviour of
-t plain
I checked many times but I cant figure out whichone is the file for the code that is used for the Writer of
-t plain
, there must be one cause a simple writter like thisone.Is not Writting well the
'sBeta Was this translation helpful? Give feedback.
All reactions