aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-06T.P.App: extract Opt into separate moduleAlbert Krewinkel5-180/+228
The new Opt module has only a few dependencies. This is important for compile-times during development, as Template Haskell containing modules are be recompiled whenever a (transitive) dependency changes.
2018-11-06Fix typo in changelog.John MacFarlane1-1/+1
2018-11-05MANUAL.txt: remove confusing cross-links for some extensions.John MacFarlane1-4/+4
I think the text comment to look in the pandoc markdown section is enough.
2018-11-05Use DERIVE_JSON_VIA_TH in Text.Pandoc.Filter.John MacFarlane1-6/+6
Previously AVOID_TEMPLATE_HASKELL was used (with the opposite valence). I assume this was a leftover from an earlier version.
2018-11-06hlint Muse writerAlexander Krotov1-1/+1
2018-11-06Use OverloadedStrings extension to simplify Muse writer testsAlexander Krotov1-201/+203
2018-11-05MANUAL: don't put pandoc in code ticks in heading.John MacFarlane1-2/+2
2018-11-05CommonMark writer: make sure --ascii affects quotes, super/subscript.John MacFarlane1-6/+12
2018-11-05MANUAL.txt: --ascii works for gfm too.John MacFarlane1-1/+1
2018-11-05CommonMark writer: respect --ascii (#5043)quasicomputational3-8/+60
2018-11-05MANUAL.txt: added "A note on security."John MacFarlane1-0/+30
2018-11-04XML: toHtml5Entities: prefer shorter entities...John MacFarlane2-5/+12
when there are several choices for a particular character.
2018-11-05Muse writer: add support for --reference-location=Alexander Krotov2-9/+129
Address #107
2018-11-04.travis.yml: test deriving via generics with GHC 8.4Albert Krewinkel1-1/+1
2018-11-04Add cabal flag `derive_json_via_th`Albert Krewinkel5-12/+117
Disabling the flag will cause derivation of ToJSON and FromJSON instances via GHC Generics instead of Template Haskell. The flag is enabled by default, as deriving via Generics can be slow (see #4083).
2018-11-04MANUAL.txt: add `man` to `--from` options.John MacFarlane1-0/+1
2018-11-04trypandoc: tweaked drop-down lists.John MacFarlane1-7/+7
2018-11-04Revert "Trypandoc: recompile on select rather than change."John MacFarlane1-2/+2
This reverts commit f5ad280efb580fcf94fdcef108c9f7f905483ed0.
2018-11-04Trypandoc: recompile on select rather than change.John MacFarlane1-2/+2
2018-11-04trypandoc: put link to site in footer.John MacFarlane1-2/+1
2018-11-04trypandoc: preselect output format.John MacFarlane1-3/+3
2018-11-04trypandoc: update on change of in or out format.John MacFarlane1-0/+3
2018-11-04Trypandoc: add man input format.John MacFarlane1-3/+4
2018-11-03linux/Dockerfile - use resolver lts-12.12.John MacFarlane1-1/+1
2018-11-03Fix bug in linux/Dockerfile.John MacFarlane1-1/+1
2018-11-03Fix bug in linux/Dockerfile.John MacFarlane1-1/+1
2018-11-03Update man/pandoc.1.John MacFarlane1-2/+2
2018-11-03Update AUTHORS.md.John MacFarlane1-0/+4
2018-11-03Update changelog.John MacFarlane1-4/+4
2018-11-03Document romanfont, romanfontoptions.John MacFarlane1-2/+2
2018-11-03Update changelog.John MacFarlane1-0/+2
2018-11-03LaTeX template: add variable romanfont (#4665)OvidiusCicero1-0/+3
This opens up the possibility of setting the romanfont in xelatex/lualatex. Note that mainfont actually oversets sansfont in headings
2018-11-03Update README.md.John MacFarlane1-4/+4
2018-11-03Update man page.John MacFarlane1-1/+1
2018-11-03Update changelog.John MacFarlane1-5/+26
2018-11-03AsciiDoc writer: prevent illegal nestings.John MacFarlane1-1/+9
In asciidoc you can only have level n+1 headers directly under level n headers.
2018-11-03AsciiDoc writer: use single-line section headers.John MacFarlane4-94/+43
The underline style is now deprecated. Previously `--atx-headers` would enable the single-line style; now the single-line style is always used. Closes #5038.
2018-11-03Vimwiki reader: parse Text without converting to [Char]Alexander Krotov1-4/+3
2018-11-03Creole reader: parse Text without converting to [Char]Alexander Krotov1-4/+3
2018-11-03Make readWithM accept Text input as well as String (API change)Alexander Krotov1-12/+6
2018-11-03Add Text.Pandoc.Shared.ToString typeclass (API change)Alexander Krotov1-0/+12
2018-11-03App: extract output settings into moduleAlbert Krewinkel4-204/+348
2018-11-03App: extract command line options to separate moduleAlbert Krewinkel3-1036/+1101
2018-11-03Update changelog.John MacFarlane1-0/+458
2018-11-02Man reader: table improvements.John MacFarlane1-6/+7
2018-11-02Man reader: allow .SS to have blank contents.John MacFarlane1-1/+1
2018-11-02Roff reader: Don't require global table options.John MacFarlane1-2/+2
2018-11-02Roff reader: tbl improvements.John MacFarlane1-1/+2
2018-11-02Roff reader: Handle 'H' modifier after '.TS'.John MacFarlane1-3/+2
2018-11-02Roff reader: conditionals: allow .\} to end group.John MacFarlane1-3/+4