I have a lua filter that is being applied to Math elements with equations (I extract them to generate graphics which I then include as images)
However, with pandoc's new support for typst the equations are converted to Latex before the filter is run, so for

$
(a+b)
$

I get in math.text:

\left(a+b\right)

is there a way to get the original typst formula?

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/6ba769a5-4d4f-4b8a-885d-bfd5439e7c29n%40googlegroups.com.