index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
Age
Commit message (
Expand
)
Author
2019-10-09
--defaults: add .yaml extension if absent, look in user data dir...
John MacFarlane
2019-10-09
T.P.App.Opt: rename optReader, optWriter as optFrom, optTo.
John MacFarlane
2019-10-09
Make sure that input-files works in --default files.
John MacFarlane
2019-10-09
RST writer: proper handling of :align: on figures, images.
John MacFarlane
2019-10-09
Basic changes for MathJax 3.
zorkow
2019-10-09
Initial implementation of --defaults option.
John MacFarlane
2019-10-09
T.P.App.Opt: Changed optMetadata to Meta, to allow structured values.
John MacFarlane
2019-10-09
Change optVariables from [(String, String)] to Context Text.
John MacFarlane
2019-10-09
Options.WriterOptions: Change type of writerVariables to Context Text.
John MacFarlane
2019-10-08
Use th to derive json instance for LineEnding.
John MacFarlane
2019-10-07
Text.Pandoc.Options: change To/FromJSON instances for...
John MacFarlane
2019-10-07
Shored.camelCaseToHyphenated: handle ABCDef = abc-def.
John MacFarlane
2019-10-07
Remove derive_json_via_th flag; always use TH.
John MacFarlane
2019-10-07
Remove redundant import.
John MacFarlane
2019-10-07
Use typeMismatch.
John MacFarlane
2019-10-06
T.P.App.Opt: custom FromJSON instance for LineEnding.
John MacFarlane
2019-10-06
Opt: Change optHighlightStyle to a Maybe String instead of Maybe Style.
John MacFarlane
2019-10-06
Code cleanup
John MacFarlane
2019-10-06
Text.Pandoc.App.Opt: Remove optBaseHeaderLevel from Opt.
John MacFarlane
2019-10-06
Text.Pandoc.App.Opt: Change optShiftHeadingLevel to optShiftHeadingLevelBy...
John MacFarlane
2019-10-06
Text.Pandoc.App.Opt: more convenient To/FromJSON instances.
John MacFarlane
2019-10-04
hlint Muse writer
Alexander Krotov
2019-10-04
hlint FB2 reader
Alexander Krotov
2019-10-04
Fix all hlint warnings in Muse reader
Alexander Krotov
2019-10-04
Fix compiler warnings on ghc 8.8.
John MacFarlane
2019-10-03
Minor ghc 8.8 fixups.
John MacFarlane
2019-10-03
Add additional listings languages.
Wandmalfarbe
2019-09-29
RST reader: don't strip final underscore from absolute URI.
John MacFarlane
2019-09-29
Raise error on unsupported extensions. Closes #4338.
John MacFarlane
2019-09-28
More throwError in place of fail.
John MacFarlane
2019-09-28
Replace some more fails with throwErrors.
John MacFarlane
2019-09-28
Use throwError instead of fail when appropriate.
John MacFarlane
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
2019-09-27
LogMessage: change UnknownExtension -> CouldNotDeduceFormat
John MacFarlane
2019-09-24
odt: Add external option for native numbering
Nils Carlson
2019-09-24
LaTeX reader: Add 'tikzcd' to list of special environments.
Eigil Rischel
2019-09-23
Man writer: suppress non-absolute link URLs.
John MacFarlane
2019-09-22
RST reader: Fixed parsing of indented blocks.
John MacFarlane
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
2019-09-22
Make `plain` output plainer.
John MacFarlane
2019-09-22
Use HsYAML-0.2.0.0
John MacFarlane
2019-09-21
[Docx Writer] Consistently use style names, not style ids
Nikolay Yakimov
2019-09-21
[Docx Writer] Code clean-up
Nikolay Yakimov
2019-09-21
[Docx Reader] Use style names, not ids, for assigning semantic meaning
Nikolay Yakimov
2019-09-21
[Docx Reader] Code clean-up
Nikolay Yakimov
2019-09-20
Changes to Slides to be more flexible with Div structure.
John MacFarlane
2019-09-20
Preserve built-in styles in DOCX with custom style (#5670)
Ben Steinberg
2019-09-20
Bug fixes to EPUB chapter splitting.
John MacFarlane
2019-09-19
MediaWiki: skip optional {{table}} template.
John MacFarlane
2019-09-19
Clarify warning for missing title.
John MacFarlane
[next]