pandoc/test/Tests
John MacFarlane 5c3423f2e2 DokuWiki reader: support latex plugin and math.
The `tex_math_dollars` extension is now supported for `dokuwiki`
(but off by default).

Content inside `<latex>...</latex>` is parsed as raw LaTeX inline,
and inside `<LATEX>..</LATEX>` as raw LaTeX block.

In addition, this commit changes the behavior of `<php>...</php>` so
that instead of producing a code block, it produces raw HTML
with `<?php ... ?>`.

Closes #8178.
2022-07-28 11:28:02 -07:00
..
Lua Lua: add pandoc.template module 2022-01-04 11:55:59 -08:00
Readers DokuWiki reader: support latex plugin and math. 2022-07-28 11:28:02 -07:00
Writers RST writer: Fix missing spaces with nested inlines. 2022-07-16 15:49:45 +02:00
Command.hs Fix compiler warnings. 2022-01-21 17:28:02 -08:00
Helpers.hs Put id attributes on TOC entries #7907 (#7913) 2022-02-11 21:37:00 -08:00
Lua.hs Lua: add pandoc.WriterOptions constructor 2022-01-04 11:55:59 -08:00
Old.hs Add endnotexml reader test. 2022-02-04 10:36:58 -08:00
Shared.hs Add tests for idempotency of makeSections. 2022-03-08 09:53:57 -08:00