pandoc/src/Text/Pandoc/Readers/Org
John MacFarlane 47a16065c4 Removed --parse-raw and readerParseRaw.
These were confusing.

Now we rely on the +raw_tex or +raw_html extension with latex
or html input.

Thus, instead of

    --parse-raw -f latex

we use

    -f latex+raw_tex

and instead of

     --parse-raw -f html

we use

    -f html+raw_html
2017-02-06 23:33:23 +01:00
..
Blocks.hs Shared: rename compactify', compactify'DL -> compactify, compactifyDL. 2017-01-27 21:36:45 +01:00
BlockStarts.hs Working on readers. 2017-01-25 17:07:40 +01:00
ExportSettings.hs Working on readers. 2017-01-25 17:07:40 +01:00
Inlines.hs Removed --parse-raw and readerParseRaw. 2017-02-06 23:33:23 +01:00
Meta.hs Working on readers. 2017-01-25 17:07:40 +01:00
ParserState.hs Working on readers. 2017-01-25 17:07:40 +01:00
Parsing.hs Working on readers. 2017-01-25 17:07:40 +01:00
Shared.hs Org reader: ensure image sources are proper links 2016-08-09 20:27:08 +02:00