-
Hi, I'm trying to convert a markdown file to a LaTeX file. I found the default transformation by pandoc cannot fit my needs, and I think maybe it would be ok to write a customized compile function for micromark so I can compile mdAST to LaTeX string, do you think this would be feasible? |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Jul 23, 2021
Replies: 1 comment
-
That is feasible. But it’s much easier to use the syntax tree: https://github.com/micromark/micromark#syntax-tree. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ahacad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is feasible. But it’s much easier to use the syntax tree: https://github.com/micromark/micromark#syntax-tree.