Closed SushiTee closed 6 years ago
This is a bit imprecise. Let me summarise this:
GladTeX should be usable as a Pandoc filter. These receive JSON (Pandoc's
document AST) via stdin, alter those and write the AST back to stdout. GladTeX
could extract all 'Math'
elements and replace them with a
'RawInline': ['html', '<img...>']
element. Benefits are many, including that
GladTeX could be used for slidy slide shows or Epub books.
This is available in an early draft now and is due to be tested. Feedback welcome :).
After not encountering any issues, I consider this as done now. It'll be shipped with the 2.4 release.
make it possible to read json.