Age | Commit message (Expand) | Author | Files | Lines |
2018-03-26 | Cleanup Muse reader and writer | Alexander Krotov | 2 | -42/+24 |
2018-03-25 | Muse writer: remove unused binding | Alexander Krotov | 1 | -6/+6 |
2018-03-25 | Muse reader: enable round-trip test | Alexander Krotov | 1 | -3/+2 |
2018-03-25 | Muse reader: allow links to have empty descriptions | Alexander Krotov | 2 | -1/+4 |
2018-03-25 | Muse writer: escape ordered list markers | Alexander Krotov | 3 | -20/+59 |
2018-03-25 | Muse writer: enable --wrap=preserve for all tests by default | Alexander Krotov | 1 | -5/+5 |
2018-03-25 | Muse reader: require block <literal> tags to be on separate lines | Alexander Krotov | 2 | -2/+11 |
2018-03-25 | Powerpoint writer: code cleanup. | Jesse Rosenthal | 1 | -39/+17 |
2018-03-25 | Muse writer: improve span writing | Alexander Krotov | 2 | -5/+13 |
2018-03-25 | Muse writer: do not join Span's doing normalization | Alexander Krotov | 2 | -2/+4 |
2018-03-24 | Powerpoint writer: simplify code with `ParseXml` | Jesse Rosenthal | 1 | -23/+2 |
2018-03-24 | Don't depend on latest haddock-library in stack.yaml. | John MacFarlane | 1 | -1/+1 |
2018-03-24 | Update powerpoint golden tests: | Jesse Rosenthal | 8 | -0/+0 |
2018-03-24 | Powerpoint writer: Allow fallback options when looking for placeholder type. | Jesse Rosenthal | 1 | -9/+17 |
2018-03-24 | Revert "Powerpoint writer: Remove spPr tag from non-body layouts" | Jesse Rosenthal | 1 | -5/+1 |
2018-03-24 | Powerpoint reader: Check reference-doc for all layouts. | Jesse Rosenthal | 1 | -2/+6 |
2018-03-23 | Powerpoint writer: Remove spPr tag from non-body layouts | Jesse Rosenthal | 1 | -1/+5 |
2018-03-23 | PDF: with xelatex, don't compress images til the last run. | John MacFarlane | 1 | -1/+6 |
2018-03-23 | EPUB writer: ensure that pagetitle is always set... | John MacFarlane | 1 | -6/+12 |
2018-03-23 | Powepoint writer: Simplify speaker notes | Jesse Rosenthal | 1 | -27/+31 |
2018-03-23 | Powerpoint writer: change notes state to a simpler per-slide value | Jesse Rosenthal | 1 | -18/+7 |
2018-03-23 | Powerpoint writer: Remove `Maybe` from `SpeakerNotes` in `Slide`. | Jesse Rosenthal | 2 | -71/+71 |
2018-03-21 | MANUAL.txt fix raw content example (#4479) | Mauro Bieg | 1 | -1/+2 |
2018-03-21 | Parsing: Fix romanNumeral parser. | John MacFarlane | 1 | -3/+3 |
2018-03-21 | Muse writer: don't align ordered list items | Alexander Krotov | 3 | -13/+10 |
2018-03-21 | Powerpoint writer: add tests for improved speaker notes. | Jesse Rosenthal | 4 | -0/+37 |
2018-03-21 | Powerpoint writer: handle speaker notes earlier in the conversion process | Jesse Rosenthal | 1 | -15/+23 |
2018-03-21 | Powerpoint writer: Keep notes with related blocks | Jesse Rosenthal | 1 | -8/+17 |
2018-03-20 | Update stack.yaml to work with stackage nightly. | John MacFarlane | 2 | -1/+4 |
2018-03-20 | Muse writer: escape "]" in image title | Alexander Krotov | 2 | -1/+3 |
2018-03-20 | Muse writer: remove key-value pairs from attributes before normalization | Alexander Krotov | 1 | -1/+8 |
2018-03-20 | Muse writer: escape ";" to avoid accidental comments | Alexander Krotov | 2 | -1/+3 |
2018-03-20 | Muse writer: escape "]" brackets in URLs as "%5D" | Alexander Krotov | 2 | -2/+22 |
2018-03-19 | Use pandoc-citeproc 0.14.3. | John MacFarlane | 2 | -2/+2 |
2018-03-19 | Fix example in lua-filters docs. Fixes #4459 (#4476) | HeirOfNorton | 1 | -1/+1 |
2018-03-19 | MANUAL: specify that you use html for raw output in epub. | John MacFarlane | 1 | -3/+4 |
2018-03-19 | Removed old lib directory. | John MacFarlane | 3 | -302/+0 |
2018-03-19 | Small improvement of doc change in #4472. | John MacFarlane | 1 | -1/+4 |
2018-03-19 | Add examples for raw docx blocks (#4472) | Tristan Stenner | 1 | -1/+12 |
2018-03-18 | Bumped some versions in stack.yaml. | John MacFarlane | 2 | -8/+10 |
2018-03-18 | Fixed duplicate entry in stack.lts9.yaml. | John MacFarlane | 1 | -1/+0 |
2018-03-18 | Ms writer: don't escape hyphens. | John MacFarlane | 3 | -13/+15 |
2018-03-18 | Comment out Muse reader round-trip test. | John MacFarlane | 1 | -3/+4 |
2018-03-18 | Removed unnecessary import. | John MacFarlane | 1 | -2/+0 |
2018-03-18 | Update changelog. | John MacFarlane | 1 | -3/+22 |
2018-03-18 | Make 'weigh-pandoc' into a benchmark program. | John MacFarlane | 1 | -14/+7 |
2018-03-18 | Added Prelude imports to sources in benchmark and trypandoc. | John MacFarlane | 3 | -0/+6 |
2018-03-18 | Missing backticks (#4462) | Björn Buckwalter | 1 | -1/+1 |
2018-03-18 | EPUB writer: remove notes from TOC in nav.xhtml (#4463) | Mauro Bieg | 1 | -4/+5 |
2018-03-18 | Removed old-locale flag and Text.Pandoc.Compat.Time. | John MacFarlane | 12 | -68/+12 |