diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2016-05-22 16:33:31 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2016-05-25 22:53:55 +0200 |
commit | a340c7249f8e19d36ee4a68663b4c97e0893292b (patch) | |
tree | 56c1d4e5255d0e1a6e3c33415d7d3ca7d216f2a9 /src/Text/Pandoc/Writers | |
parent | cc937eea2fbd8a7bb07672bfed3b924de8573646 (diff) | |
download | pandoc-a340c7249f8e19d36ee4a68663b4c97e0893292b.tar.gz |
Org reader: extract parsing function to module
The Org-mode reader uses many functions defined in the
`Text.Pandoc.Parsing` utility module. Some of the functions are
overwritten with versions adapted to Org-mode idiosyncrasies. These
special functions, as well as the normal Pandoc versions, are combined
in a single module to increase the ease of use.
This leads to decoupling of Org-mode and Pandoc and hence to slightly
cleaner code. The downside is code-bloat due to repeated import/export
statements.
Diffstat (limited to 'src/Text/Pandoc/Writers')
0 files changed, 0 insertions, 0 deletions