pandoc/test/Tests/Readers/Org
Albert Krewinkel 9e6e9a7221
Org reader: honor tex export option
The `tex` export option can be set with `#+OPTION: tex:nil` and allows
three settings:

 - `t` causes LaTeX fragments to be parsed as TeX or added as raw TeX,
 - `nil` removes all LaTeX fragments from the document, and
 - `verbatim` treats LaTeX as text.

The default is `t`.

Closes: #4070
2020-06-25 20:31:33 +02:00
..
Block Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
Inline Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Block.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Directive.hs Org reader: honor tex export option 2020-06-25 20:31:33 +02:00
Inline.hs Recognize images with uppercase extensions 2020-06-20 18:14:18 +02:00
Meta.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Shared.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00