Read and Write Compatibility Issues #62
Unanswered
simonvincenthk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I've managed to temporarily resolve the read and write incompatibility issues arising from pandoc Checking pandoc's version in the CLI:
Automaticaly cofiguring pandoc:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to use this
pandoc
wrapper to convert complex*.docx
reports into*.md
(markdown). The fact that this wrapper preservespandoc
's (the core haskel library's) modular structure is helpful. Successful conversion will require I alter the AST after reading and before writing. (The other commonly used wrapper,pypandoc
, does not preserve the modular structure and, therefore, would not allow me to alter the AST...)I've run up against a few issues using this wrapper, through:
(1) When writing to markdown, there is a version incompatibility issue.
(2) When configuring the wrapper to write with version 1.22.2.1, the writer does not recognize the output of the reader as a
Pandoc
object.Help is appreciated!
Best regards, Simon
Beta Was this translation helpful? Give feedback.
All reactions