Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-05 | Allow tasty-quickcheck 0.10 (#4429) | Felix Yan | 1 | -1/+1 | |
Tests pass with the new test tool. | |||||
2018-03-05 | Muse writer: expand math before inline list normalization | Alexander Krotov | 2 | -3/+14 | |
2018-03-04 | Allow skylighting 0.7.x. | John MacFarlane | 1 | -1/+1 | |
2018-03-02 | Update man page and date on MANUAL. | John MacFarlane | 2 | -11/+144 | |
2018-03-02 | Update changelog. | John MacFarlane | 1 | -3/+8 | |
2018-03-02 | Revert "Commonmark reader: parse HTML as plain text if `-raw_html`." | John MacFarlane | 2 | -10/+2 | |
This reverts commit 6dd21250288b51f10056b15a83130f76c788d904. | |||||
2018-03-02 | Commonmark reader: parse HTML as plain text if `-raw_html`. | John MacFarlane | 2 | -2/+10 | |
2018-03-03 | Muse reader: fix indentation requirements for footnote continuations | Alexander Krotov | 2 | -2/+12 | |
2018-03-02 | Make `Ext_raw_html` default for commonmark format. | John MacFarlane | 2 | -5/+9 | |
2018-03-02 | Update changelog. | John MacFarlane | 1 | -0/+265 | |
2018-03-02 | Bump version to 2.1.2. | John MacFarlane | 1 | -1/+1 | |
2018-03-02 | Use latest pandoc-citeproc. | John MacFarlane | 2 | -2/+2 | |
2018-03-02 | LaTeX reader: Fix regression in package options including underscore. | John MacFarlane | 2 | -1/+11 | |
Closes #4424. | |||||
2018-03-02 | hlint Muse reader and writer | Alexander Krotov | 2 | -3/+3 | |
2018-03-02 | Muse reader: enable <literal> tags even if amuse extension is enabled | Alexander Krotov | 2 | -11/+0 | |
Amusewiki disables <literal> tags for security reasons. If user wants similar behavior in pandoc, RawBlocks and RawInlines can be removed or replaced with filters. | |||||
2018-03-02 | Muse reader: remove space prefix from <literal> tag contents | Alexander Krotov | 1 | -6/+3 | |
2018-03-02 | Muse writer: update writer.muse | Alexander Krotov | 1 | -1/+1 | |
2018-03-02 | Muse writer: join strings during inline normalization | Alexander Krotov | 2 | -0/+3 | |
2018-03-02 | Muse reader: do not consume whitespace while looking for closing end tag | Alexander Krotov | 2 | -1/+12 | |
Fix for a bug caught by round-trip test. | |||||
2018-03-02 | Org writer: fix a typo s/prettyfy/prettify/ | Alexander Krotov | 1 | -2/+2 | |
2018-03-02 | Muse reader: convert alphabetical list markers to decimal in round-trip test | Alexander Krotov | 1 | -0/+2 | |
Alphabetical lists are an addition of Text::Amuse. They are not present in Emacs Muse and can be ambiguous when list starts with "i.", "c." etc. | |||||
2018-02-28 | Docx reader: Handle nested sdt tags. | Jesse Rosenthal | 4 | -1/+8 | |
Previously we had only unwrapped one level of sdt tags. Now we recurse if we find them. Closes: #4415 | |||||
2018-02-28 | Muse reader: add test for verse tag with one empty line | Alexander Krotov | 1 | -0/+6 | |
2018-02-28 | Muse writer: change verse markup | Alexander Krotov | 2 | -14/+5 | |
Use "> " instead of <verse> tag | |||||
2018-02-28 | Muse writer: remove empty strings during inline normalization | Alexander Krotov | 2 | -0/+3 | |
2018-02-28 | Muse reader: allow <quote> and other tags to be indented | Alexander Krotov | 2 | -2/+9 | |
2018-02-28 | Update tagsoup to 0.14.6 | Alexander Krotov | 3 | -3/+3 | |
2018-02-27 | Set fixed minor version for hslua | Albert Krewinkel | 1 | -2/+2 | |
The ToLuaStack instance for Set is orphaned. The PVP requires the minor version to be fixed in this case. | |||||
2018-02-27 | Powerpoint writer: use `trim` from Shared | Jesse Rosenthal | 2 | -5/+2 | |
Instead of writing my own. | |||||
2018-02-27 | Powerpoint writer: Use table styles | Jesse Rosenthal | 3 | -3/+17 | |
This will use the default table style in the reference-doc file. As a result they will be easier when using in a template, and match the color scheme. | |||||
2018-02-27 | Powerpoint writer: add test for table and list syntax | Jesse Rosenthal | 7 | -0/+62 | |
These were never added when the tests were first created. Output files checked in MS PowerPoint 2013 (Windows 10, VBox). No corruption, and output as expected. | |||||
2018-02-27 | Powerpoint writer: Remove empty slides | Jesse Rosenthal | 5 | -2/+47 | |
Make sure there are no empty slides in the pptx output. Because of the way that slides were split, these could be accidentally produced by comments after images. When animations are added, there will be a way to add an empty slide with either incremental lists or pauses. Test outputs checked with MS PowerPoint (Office 2013, Windows 10, VBox). Both files have expected output and are not corrupted. | |||||
2018-02-27 | Update tagsoup to 0.14.5 | Alexander Krotov | 3 | -3/+3 | |
2018-02-27 | Update tagsoup to 0.14.4 | Alexander Krotov | 3 | -4/+3 | |
Fixes #4282 | |||||
2018-02-26 | LaTeX reader: make --trace work. | John MacFarlane | 1 | -2/+6 | |
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 | |
As of cabal 1.24, sensible defaults are used. See https://www.haskell.org/cabal/users-guide/developing-packages.html#pkg-field-ghc-prof-options. | |||||
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 | |
The name of the Lua script which is executed is made available in the global Lua variable `PANDOC_SCRIPT_FILE`, both for Lua filters and custom writers. Closes: #4393 | |||||
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 | |
Make the code in `runStyleToTransform` a bit more consistent. | |||||
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 | |
It makes more sense not to interpret -- otherwise using the original document as the reference-doc would produce two of everything: the interpreted version and the uninterpreted style version. | |||||
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 | |
This commit adjusts the test cases for the Docx writer after the fix of #3930. - Adjusted test cases with inline images. The inline images now have the correct sizing, title and description. - Modified the test case to include an image multiple times with different sizing each time. - Tested on Windows 8.1 with Word 2007 (12.0.6705.5000) The files are not corrupted and display exactly what is expected. | |||||
2018-02-23 | Docx writer: fix #3930 | laptop1\Andrew | 1 | -84/+100 | |
Fixes an issuue regarding image sizing if the same image is included more than once. Previously, a record was kept, indexed by image source, which would include the XML for that image. For every image element in the document, this record was checked, and if the image was the same as previous examples, the same XML would be included twice. The information in this XML incudes the image description, title text, and size on the page, thus all images from the same source would always be sized the same, and have the same description. This commit fixes this by generating unique XML every time, but keeping the image ID and path if it is the same image. |