aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2019-09-22Revert "Class: remove stStdin and readStdinStrict."sandboxedJohn MacFarlane
2019-09-22Revert "Add io method to PandocMonad."John MacFarlane
2019-09-22Revert "Add PandocSandboxError constructor to PandocError. [API change]"John MacFarlane
2019-09-22Revert "New approach for io method, with less type fussing."John MacFarlane
2019-09-22Revert "Steps towards making makePDF polymorphic."John MacFarlane
2019-09-22Revert "CLass: add writeMedia to PandocMonad (also extractMedia)."John MacFarlane
2019-09-22CLass: add writeMedia to PandocMonad (also extractMedia).John MacFarlane
2019-09-22Steps towards making makePDF polymorphic.John MacFarlane
2019-09-22New approach for io method, with less type fussing.John MacFarlane
2019-09-22Add PandocSandboxError constructor to PandocError. [API change]John MacFarlane
2019-09-22Add io method to PandocMonad.John MacFarlane
2019-09-22Class: remove stStdin and readStdinStrict.John MacFarlane
2019-09-22With --sandboxed, use only default data.John MacFarlane
2019-09-22T.P.App: make more parts polymorphic.John MacFarlane
2019-09-22Class: export readStdinStrict method, readTextFile [API change].John MacFarlane
2019-09-22Added --sandboxed option (but it doesn't yet do anything).John MacFarlane
2019-09-22RST 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-22Make `plain` output plainer.John MacFarlane
2019-09-22Use HsYAML-0.2.0.0John MacFarlane
2019-09-21[Docx Writer] Consistently use style names, not style idsNikolay Yakimov
2019-09-21[Docx Writer] Code clean-upNikolay Yakimov
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov
2019-09-20Changes to Slides to be more flexible with Div structure.John MacFarlane
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg
2019-09-20Bug fixes to EPUB chapter splitting.John MacFarlane
2019-09-19MediaWiki: skip optional {{table}} template.John MacFarlane
2019-09-19Clarify warning for missing title.John MacFarlane
2019-09-19EPUB writer: make --epub-chapter-level work again.John MacFarlane
2019-09-19EPUB writer: improve splitting into chapters.John MacFarlane
2019-09-19Remove admonition-title remnants.John MacFarlane
2019-09-18LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B.John MacFarlane
2019-09-16PDF: Fix test for Cygwin. See #5451.John MacFarlane
2019-09-14Add chapter-title class to EPUB chapter title h1 elements.John MacFarlane
2019-09-14EPUB toChapters: don't treat "refs" Div specially.John MacFarlane
2019-09-12Better message for PandocShouldNeverHappenError.John MacFarlane
2019-09-12Change exit codes.John MacFarlane
2019-09-10Add --shift-heading-level-by option.John MacFarlane
2019-09-10Pass value of --dpi to rsvg-convert...John MacFarlane
2019-09-09LaTeX reader: Fix parsing of optional arguments that contain braced text.John MacFarlane
2019-09-08Add -L option as shortcut for --lua-filter.John MacFarlane
2019-09-08Org reader: modify handling of example blocks. (#5717)Brian Leung
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-09-08Revert changes to hierarchicalizeWithIds.John MacFarlane
2019-09-08Emit warning on `-f latex -o out.pdf` (#5736)Mauro Bieg
2019-09-06hierarchicalize: ensure that sections get ids...John MacFarlane
2019-09-06Improve detection of headings in Divs by hierarchicalize.John MacFarlane
2019-09-05Shared.hierarchicalize: improve handling of div and section structure.John MacFarlane
2019-09-05Roff reader: Better support for 'while'.John MacFarlane