summaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2019-02-22Add section identifiers support for FB2 writer (#5315)John
2019-02-21Docx reader: Start adding comment to combine moduleJesse Rosenthal
2019-02-20Escape slashes so haddock doesn't think they're italics (#5322)Chris Martin
2019-02-18Docx reader: Trim space inside the last inline.Jesse Rosenthal
2019-02-18hlint MuseAlexander Krotov
2019-02-18Muse reader: add secondary note supportAlexander Krotov
2019-02-18Muse writer: escape secondary notesAlexander Krotov
2019-02-18Move a comment in Muse WriterAlexander Krotov
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert Krewinkel
2019-02-15ipynb writer: don't create attachments for images with absolute URIs.John MacFarlane
2019-02-15Markdown reader: fix bug parsing fenced code blocks.John MacFarlane
2019-02-15Revert "JATS writer: Support citations."John MacFarlane
2019-02-15JATS writer: Support citations.John MacFarlane
2019-02-15JATS reader: handle citations with multiple references.John MacFarlane
2019-02-12Docx reader: unwrap sdt elements in footnotes and comments.Jesse Rosenthal
2019-02-11Remove redundant import.John MacFarlane
2019-02-10ipynb writer: keep plain text fallbacks in output...John MacFarlane
2019-02-10Implement aria roles doc-bibliography, doc-biblioentry, doc-biblioref.John MacFarlane
2019-02-10JATS writer: wrap figure caption in <p> to fix validation (#5292)Mauro Bieg
2019-02-09ipynb writer - ensure final newline.John MacFarlane
2019-02-09Lua filters: load module `pandoc` before calling `init.lua` (#5287)Albert Krewinkel
2019-02-09T.P.Lua: properly indent module-loading errorAlbert Krewinkel
2019-02-09Fixed asciidoc display math in list contexts.John MacFarlane
2019-02-09Asciidoctor writer sets the stem attribute if it contains latexmathTG
2019-02-09Adds Asciidoctor sprcific writer and testsTG
2019-02-09AsciiDoc Writer: DisplayMath as asciidoc latexmath blockTG
2019-02-09AsciiDoc writer: change bulletListLevel and orderedListLevel...John MacFarlane
2019-02-08Improve tight/loose list handling.John MacFarlane
2019-02-08Fix misleading code comment.John MacFarlane
2019-02-08Make --metadata-file use pandoc-markdown (#5279)Mauro Bieg
2019-02-08Docx reader: fix paths in archive to prevent Windows failureJesse Rosenthal
2019-02-07Revert "Docx reader: Fix windows error"Jesse Rosenthal
2019-02-07Docx reader: Fix windows errorJesse Rosenthal
2019-02-07Docx reader: Some code cleanupJesse Rosenthal
2019-02-07Docx reader: Extend dynamic xml location to detecting relationshipsJesse Rosenthal
2019-02-06Docx reader: Dynamically determine document.xml path.Jesse Rosenthal
2019-02-06Handle Word files generated by Microsoft Word Online.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-02-04More carefully groom ipynb default extensions.John MacFarlane
2019-02-04Add `all_symbols_escapable` to githubMarkdownExtensions.John MacFarlane
2019-02-04Markdown reader: add newline when parsing blocks in YAML.John MacFarlane
2019-02-02ipynb reader: handle images referring to attachments.John MacFarlane
2019-02-02HTML5 writer: implement WAI-ARIA roles for (end)notes.John MacFarlane
2019-02-02Shared: withTempDir is no longer used in the codebase.John MacFarlane
2019-02-02PDF: More conservative solution to #777.John MacFarlane
2019-02-02PDF: use system temp dir and set TEXMFOUTPUT.John MacFarlane
2019-02-02MIME: add WebPMauro Bieg
2019-02-01LaTeX writer: use right fold for escapeString.John MacFarlane
2019-02-01LaTeX writer: code simplification in escaping.John MacFarlane