diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-05 21:58:45 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-05 21:58:45 +0100 |
commit | 0bbea0cc7650af61870b310ebbf6fb8a9fec09a7 (patch) | |
tree | 2b043d80c75bba4e80968c6e79bc2970158fdaf2 /appveyor.yml | |
parent | f2103e7e7bc77dab00678b6b2cd7752bbbe63f55 (diff) | |
download | pandoc-0bbea0cc7650af61870b310ebbf6fb8a9fec09a7.tar.gz |
Split pandoc.hs into a module, Text.Pandoc.App, and a small program.
The App module provides a function that does a pandoc conversion,
based on option settings. The program (pandoc.hs) now does nothing
more than parse options and pass them to this function, which can
easily be used by other applications (e.g. a GUI wrapper).
The Opt structure has been further simplified.
API changes:
* New exposed module Text.Pandoc.App
* Text.Pandoc.Highlighting has been exposed.
* highlightingStyles has been moved to Text.Pandoc.Highlighting.
Diffstat (limited to 'appveyor.yml')
0 files changed, 0 insertions, 0 deletions