index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pandoc.hs
Age
Commit message (
Expand
)
Author
2020-12-10
Move executable to app directory.
John MacFarlane
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-03-01
Remove license boilerplate (pandoc.hs).
John MacFarlane
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-10-27
hlint suggestions.
John MacFarlane
2017-10-27
More code simp in pandoc.hs.
John MacFarlane
2017-10-27
pandoc.hs - removed some cruft.
John MacFarlane
2017-10-26
update years in copyright
Kolen Cheung
2017-06-02
hlint suggestions.
John MacFarlane
2017-06-01
Some hlint refactoring.
John MacFarlane
2017-04-02
Text.Pandoc.App: Throw errors rather than exiting.
John MacFarlane
2017-03-20
Lua filters (#3514)
Albert Krewinkel
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-06
Consolidated file arguments into Opt.
John MacFarlane
2017-02-06
Further refactoring of App.
John MacFarlane
2017-02-06
Removed another redundant import.
John MacFarlane
2017-02-05
Split pandoc.hs into a module, Text.Pandoc.App, and a small program.
John MacFarlane
2017-02-05
pandoc.hs: make reader and writer Maybe values in Opt.
John MacFarlane
2017-02-05
More simplification of pandoc.hs.
John MacFarlane
2017-02-04
More simplification of Opt in pandoc.hs.
John MacFarlane
2017-02-04
More simplification of Opt in pandoc.hs.
John MacFarlane
2017-02-04
Small revision to deprecation message for --old-dashes.
John MacFarlane
2017-02-04
Simplified Opt structure in cli option parsing.
John MacFarlane
2017-02-04
Better error messages for removed options.
John MacFarlane
2017-02-04
Added TODO comment.
John MacFarlane
2017-01-30
`--mathml` and MathML in HTMLMathMethod longer take an argument.
John MacFarlane
2017-01-28
LaTeX writer: export writeBeamer.
John MacFarlane
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
2017-01-25
Removed readerVerbosity and writerVerbosity.
John MacFarlane
2017-01-25
More logging-related changes.
John MacFarlane
2017-01-25
Changes to verbosity in writer and reader options.
John MacFarlane
2017-01-25
Removed writerHighlight; made writerHighlightStyle a Maybe.
John MacFarlane
2017-01-25
Removed writerIgnoreNotes.
John MacFarlane
2017-01-25
Removed unused readerFileScope.
John MacFarlane
2017-01-25
Removed writerMediaBag from WriterOpts.
John MacFarlane
2017-01-25
Removed writerTeXLigatures.
John MacFarlane
2017-01-25
Made `smart` extension default for pandoc markdown.
John MacFarlane
2017-01-25
Removed readerOldDashes and --old-dashes option, added old_dashes extension.
John MacFarlane
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
2017-01-25
Make Extensions a custom type instead of a Set Extension.
John MacFarlane
2017-01-25
Removed `--normalize` option and normalization functions from Shared.
John MacFarlane
2017-01-25
pandoc.hs: moved main loop to beginning of file.
John MacFarlane
2017-01-25
Refactored pandoc.hs so that all the runIO' part comes at the end.
John MacFarlane
2017-01-25
pandoc.hs - moved some utility functions out of main loop.
John MacFarlane
2017-01-25
More refactoring of pandoc.hs for clarity.
John MacFarlane
2017-01-25
Put filter running code into MonadIO
John MacFarlane
2017-01-25
Fixed a misleading comment.
John MacFarlane
2017-01-25
Added a type signature
John MacFarlane
2017-01-25
More refactoring of pandoc.hs for clarity.
John MacFarlane
[next]