pandoc/tests/Tests/Readers
Albert Krewinkel 1715d7cee0 Org reader: Support more inline/display math variants
Support all of the following variants as valid ways to define inline or
display math inlines:

  - `\[..\]` (display)
  - `$$..$$` (display)
  - `\(..\)` (inline)
  - `$..$`   (inline)

This closes #1223.  Again.
2014-04-10 15:32:02 +02:00
..
LaTeX.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Markdown.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Org.hs Org reader: Support more inline/display math variants 2014-04-10 15:32:02 +02:00
RST.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00