Filter: translate $$
-math to equation and align
#7328
GuillaumeDehaene
started this conversation in
Show and Tell
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello everyone,
I've spent the weekend hacking together a filter to make complex math easier in Quarto / Pandoc.
https://github.com/GuillaumeDehaene/markdown_to_ams/tree/0.1.0
The pitch is: I want to use
equation
andalign
but with easy to read source.I've done so by:
$$
-delimited math to equation$$
-delimited math with multiline code (like&
and\\
) to align$$ {ENV} ...
I'd be very happy to get feedback on it.
$$ {ENV} ...
syntax could break things. Do you foresee issues?Cheers,
Guillaume
Beta Was this translation helpful? Give feedback.
All reactions