aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-11docx writer: avoid extra copy of abstractNum and num elements...John MacFarlane1-1/+9
2019-03-10LaTeX reader: support `\underline`, `\ul`, `\uline` (#5359)Paul Tilley1-0/+5
2019-03-10ipynb reader: removed vestigial ReaderOptions param.John MacFarlane1-18/+16
2019-03-09ipynb reader: remove sensitivity to `raw_html`, `raw_tex` extensions.John MacFarlane1-6/+2
2019-03-09Markdown writer: improve handling of raw blocks/inline.John MacFarlane1-34/+55
2019-03-09Ipynb reader/writer: better handling of cell metadata.John MacFarlane2-14/+16
2019-03-08Allow -o/--output to be used with --print-*.John MacFarlane1-6/+15
2019-03-07Add inNote to Footcite and FootcitesJohn MacFarlane1-2/+2
2019-03-07Add tectonic as an option for --pdf-engine. (#5346)Cormac Relf2-30/+82
2019-03-06filterIpynbOutput - go back to just including one block per format.John MacFarlane1-4/+3
2019-03-06Fixed mistake in filterIpynbOutput (prefer lower, not higher rank!)John MacFarlane1-4/+3
2019-03-06Improve filterIpynbOutput.John MacFarlane1-4/+7
2019-03-06ipynb writer: recurse into native divs for output cell data.John MacFarlane1-0/+1
2019-03-06Shared.filterIpynbOutput: 'best' should include everything for ipynb.John MacFarlane1-1/+5
2019-03-04LaTeX writer: Add classes for frontmatter support (#5353)Andrew Dunning1-2/+2
2019-03-04LaTeX writer/template: better handling of front/main/backmatter.John MacFarlane1-26/+29
2019-03-02JATS reader: Support fig-group block element (#5317).John MacFarlane1-1/+4
2019-03-02Shared: remove withTempDir.John MacFarlane1-17/+0
2019-03-02Use XDG data directory for user data directory.John MacFarlane2-15/+17
2019-03-02Add new exported function defaultUserDataDirsJohn MacFarlane1-1/+17
2019-03-01LaTeX(Beamer) writer: include contents under headers < slidelevel.John MacFarlane1-1/+8
2019-03-01HTML writer: include content under title slides.John MacFarlane1-7/+9
2019-03-01Rearrange --help output in a more rational way.John MacFarlane1-279/+280
2019-03-01PDF: change types of subsidiary functions to PandocIO,...John MacFarlane1-70/+70
2019-03-01Make `--fail-if-warnings` work for PDF output.John MacFarlane1-4/+10
2019-03-01Remove license boilerplate.John MacFarlane134-2439/+0
2019-02-28Markdown Reader: yamlToMeta respects extensions (#5276)Mauro Bieg2-7/+7
2019-02-28Shared: add filterIpynbOutput. [API change]John MacFarlane4-10/+62
2019-02-28ipynb writer: only include metadata under 'jupyter' field.John MacFarlane1-1/+1
2019-02-27Add latexmk as an option for --pdf-engine.John MacFarlane2-80/+73
2019-02-27Translations: reorder alphabetically (#5335)Mauro Bieg1-13/+13
2019-02-27PowerPoint writer: add underlinesJesse Rosenthal1-0/+3
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane1-7/+6
2019-02-23JATS reader: fix parsing of figures.John MacFarlane1-18/+27
2019-02-22Add section identifiers support for FB2 writer (#5315)John1-35/+28
2019-02-21Docx reader: Start adding comment to combine moduleJesse Rosenthal1-0/+40
2019-02-20Escape slashes so haddock doesn't think they're italics (#5322)Chris Martin1-1/+1
2019-02-18Docx reader: Trim space inside the last inline.Jesse Rosenthal1-1/+2
2019-02-18hlint MuseAlexander Krotov2-3/+3
2019-02-18Muse reader: add secondary note supportAlexander Krotov1-5/+11
2019-02-18Muse writer: escape secondary notesAlexander Krotov1-7/+10
2019-02-18Move a comment in Muse WriterAlexander Krotov1-1/+1
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel11-174/+235
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert Krewinkel3-54/+64
2019-02-15ipynb writer: don't create attachments for images with absolute URIs.John MacFarlane1-2/+3
2019-02-15Markdown reader: fix bug parsing fenced code blocks.John MacFarlane1-2/+3
2019-02-15Revert "JATS writer: Support citations."John MacFarlane1-4/+3
2019-02-15JATS writer: Support citations.John MacFarlane1-3/+4
2019-02-15JATS reader: handle citations with multiple references.John MacFarlane1-7/+10
2019-02-12Docx reader: unwrap sdt elements in footnotes and comments.Jesse Rosenthal1-3/+3