Age | Commit message (Expand) | Author | Files | Lines |
2018-02-26 | Org reader tests: move citation tests to separate module | Albert Krewinkel | 3 | -167/+182 |
2018-02-26 | Allow exceptions 0.9. | John MacFarlane | 1 | -1/+1 |
2018-02-25 | Removed ghc-prof-options. | John MacFarlane | 1 | -2/+0 |
2018-02-25 | doc/org.md: Add Org-mode documentation (very first draft) | Albert Krewinkel | 1 | -0/+95 |
2018-02-25 | Tests/Lua: fix tests on windows | Albert Krewinkel | 1 | -1/+1 |
2018-02-24 | doc/lua-filters.md: document global vars set for filters | Albert Krewinkel | 1 | -3/+36 |
2018-02-24 | Lua: register script name in global variable | Albert Krewinkel | 5 | -4/+21 |
2018-02-24 | Muse reader: allow single colon in definition list term | Alexander Krotov | 2 | -1/+4 |
2018-02-23 | Docx reader: code cleanup. | Jesse Rosenthal | 1 | -10/+9 |
2018-02-23 | Docx reader: simplify custom-style reading code. | Jesse Rosenthal | 1 | -41/+23 |
2018-02-23 | Docx reader: Don't look up dependant run styles if +styles is enabled. | Jesse Rosenthal | 3 | -39/+42 |
2018-02-23 | Muse writer: don't indent nested definition lists | Alexander Krotov | 2 | -3/+5 |
2018-02-23 | Docx writer: trim trailing whitespace. | Jesse Rosenthal | 1 | -14/+14 |
2018-02-23 | Docx test: adjust test for fix of bug | laptop1\Andrew | 3 | -5/+8 |
2018-02-23 | Docx writer: fix #3930 | laptop1\Andrew | 1 | -84/+100 |
2018-02-23 | Muse reader: improve verse parsing | Alexander Krotov | 2 | -1/+13 |
2018-02-23 | Export improved sepBy1 from Text.Pandoc.Parsing | Alexander Krotov | 1 | -5/+11 |
2018-02-22 | Require aeson-pretty 0.8.5. Closes #4394. | John MacFarlane | 1 | -1/+1 |
2018-02-22 | MANUAL.txt: Document incremental and nonincremental divs. | Jesse Rosenthal | 1 | -4/+28 |
2018-02-22 | Presentations: Use divs to set incremental/non-incremental | Jesse Rosenthal | 2 | -53/+83 |
2018-02-22 | Docx reader: Move pandoc inline styling inside custom-style span | Jesse Rosenthal | 3 | -10/+10 |
2018-02-22 | Docx reader: Avoid repeated spans in custom styles. | Jesse Rosenthal | 3 | -15/+24 |
2018-02-22 | MANUAL: add documentation on custom styles. | Jesse Rosenthal | 1 | -2/+64 |
2018-02-22 | Docx reader tests: test custom style extension. | Jesse Rosenthal | 3 | -0/+22 |
2018-02-22 | Docx reader: read custom styles | Jesse Rosenthal | 1 | -60/+96 |
2018-02-22 | Extensions: Add Ext_styles | Jesse Rosenthal | 1 | -0/+1 |
2018-02-21 | LaTeX writer: Put hypertarget inside figure environment. | John MacFarlane | 1 | -4/+4 |
2018-02-21 | LaTeX writer: Fix image height with percentage. | John MacFarlane | 1 | -1/+5 |
2018-02-21 | Org reader: allow changing emphasis syntax | Albert Krewinkel | 4 | -12/+58 |
2018-02-21 | Muse reader: replace setState with updateState where possible | Alexander Krotov | 1 | -18/+9 |
2018-02-20 | MANUAL.txt: fix typo. | Jesse Rosenthal | 1 | -1/+1 |
2018-02-20 | MANUAL.txt: A bit of clarification on speaker notes. | Jesse Rosenthal | 1 | -1/+4 |
2018-02-20 | MANUAL.txt: Add instructions for using pptx reference-docs | Jesse Rosenthal | 1 | -0/+24 |
2018-02-20 | Muse reader: fix compiler warning | Jesse Rosenthal | 1 | -1/+1 |
2018-02-20 | Powerpoint writer: Use ph name and idx for getting layout shapes | Jesse Rosenthal | 1 | -37/+26 |
2018-02-20 | Muse reader: use updateState instead of setState to restore museInLink | Alexander Krotov | 1 | -1/+1 |
2018-02-19 | Powerpoint writer tests: Test everything with template as well | Jesse Rosenthal | 11 | -48/+72 |
2018-02-19 | Powerpoint writer: Update.golden tests. | Jesse Rosenthal | 9 | -0/+0 |
2018-02-19 | Powerpoint writer: Add notesMaster to presentation.xml if necessary | Jesse Rosenthal | 1 | -25/+54 |
2018-02-19 | Move manyUntil to Text.Pandoc.Parsing and use it in Txt2Tags reader | Alexander Krotov | 4 | -17/+20 |
2018-02-18 | Powerpoint writer: Another attempt at avoiding compiler warnings. | Jesse Rosenthal | 2 | -5/+4 |
2018-02-18 | Powerpoint writer: fix compiler complaints. | Jesse Rosenthal | 1 | -7/+11 |
2018-02-18 | MANUAL: add reference to pptx support for speaker notes. | Jesse Rosenthal | 1 | -2/+2 |
2018-02-18 | Powerpoint writer: Add tests for speaker notes. | Jesse Rosenthal | 3 | -0/+22 |
2018-02-18 | Powerpoint writer: separate SpeakerNotes paragraphs with empy par | Jesse Rosenthal | 1 | -4/+8 |
2018-02-18 | Powerpoint writer: Ignore links and (end)notes in speaker notes. | Jesse Rosenthal | 2 | -10/+30 |
2018-02-18 | Powerpoint writer: update golden test files | Jesse Rosenthal | 8 | -0/+0 |
2018-02-18 | Powerpoint writer: Output speaker notes. | Jesse Rosenthal | 1 | -25/+287 |
2018-02-18 | Powerpoint writer: modify speaker notes in presentation.xml | Jesse Rosenthal | 1 | -1/+12 |
2018-02-18 | Powerpoint writer: Read speaker note templates conditionally | Jesse Rosenthal | 1 | -18/+38 |