Replies: 1 comment 1 reply
-
The latest version actually gives this: ::: theorem
My theorem.
::: as you can check at Try 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
-
I would like to convert some latex files to markdown so that they can be processed by Quarto. I would that theorem-like environments should be converted into custom containers. For example,
should be converted to
(or something similar that I can easy process with some extra program. Howver, running pandoc only converts it into
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions