Age | Commit message (Expand) | Author | Files | Lines |
2017-04-06 | Lua filter: Improve block filter performance | Albert Krewinkel | 1 | -7/+44 |
2017-04-06 | Lua filter: Improve inline filter performance | Albert Krewinkel | 1 | -7/+73 |
2017-04-04 | Use lua registry instead of named globals | Albert Krewinkel | 1 | -5/+11 |
2017-04-06 | Ms writer: wider indents for lists. | John MacFarlane | 1 | -5/+6 |
2017-04-06 | Allow raw latex commands starting with `\start` in Markdown. | John MacFarlane | 1 | -1/+2 |
2017-04-05 | Ms writer: respect text wrapping options. | John MacFarlane | 1 | -1/+6 |
2017-04-04 | Ms writer improvements: | John MacFarlane | 1 | -4/+3 |
2017-04-04 | Ms writer: ensure that @ is escaped in URIs. | John MacFarlane | 1 | -1/+5 |
2017-04-04 | Error: Added PandocOptionError. | John MacFarlane | 2 | -1/+3 |
2017-04-04 | Add original classes to JS obfuscated links (#3554) | Timm Albers | 1 | -1/+4 |
2017-04-03 | Add class to footnote back references | Timm Albers | 1 | -1/+1 |
2017-04-03 | Include \VerbatimFootnotes for highlighted code blocks | Timm Albers | 1 | -2/+5 |
2017-04-03 | Removed unused import. | John MacFarlane | 1 | -1/+0 |
2017-04-03 | Merge pull request #3550 from tarleb/lua-readers-submodule | John MacFarlane | 3 | -30/+150 |
2017-04-02 | Make sure docx/_rels/.rels gets into data files. | John MacFarlane | 1 | -1/+5 |
2017-04-02 | Revert "Revert "Use file-embed instead of hsb2hs to embed data files."" | John MacFarlane | 1 | -4/+5 |
2017-04-02 | Text.Pandoc.App: Throw errors rather than exiting. | John MacFarlane | 4 | -55/+68 |
2017-04-02 | Lua module: add readers submodule | Albert Krewinkel | 3 | -30/+150 |
2017-04-01 | Allow a theme file as argument to `--highlight-style`. | John MacFarlane | 1 | -2/+8 |
2017-04-01 | Ms writer: added syntax highlighting. | John MacFarlane | 1 | -5/+84 |
2017-04-01 | OpenDocument writer: wider labels for lists. | John MacFarlane | 1 | -2/+2 |
2017-04-01 | Change MathJax CDN default since old one is shutting down. | John MacFarlane | 1 | -1/+1 |
2017-03-31 | JATS writer: don't include jats.csl in metadata if csl already specified. | John MacFarlane | 1 | -1/+3 |
2017-03-31 | JATS writer: put references in `<back>`. | John MacFarlane | 1 | -3/+10 |
2017-03-30 | Fix compiler warning. | John MacFarlane | 1 | -1/+1 |
2017-03-30 | Allow dynamic loading of syntax definitions. | John MacFarlane | 6 | -31/+66 |
2017-03-30 | ZimWiki writer: put in PandocMonad, added warnings for raw. | John MacFarlane | 1 | -17/+32 |
2017-03-30 | Textile writer: moved into PandocMonad. | John MacFarlane | 1 | -31/+48 |
2017-03-30 | Org writer: move everything into PandocMonad. | John MacFarlane | 1 | -23/+35 |
2017-03-30 | Don't read jats.csl unless we actually need it. | John MacFarlane | 1 | -5/+6 |
2017-03-30 | Automatically include URI-encoded jats.csl for jats output. | John MacFarlane | 1 | -2/+8 |
2017-03-30 | SelfContained: export makeDataURI | John MacFarlane | 1 | -1/+1 |
2017-03-30 | JATS writer: use both tex and mml alternatives for math when possible. | John MacFarlane | 1 | -5/+7 |
2017-03-30 | JATS writer: Fixed bibliography handling. | John MacFarlane | 1 | -5/+6 |
2017-03-30 | Merge branch 'jats' | John MacFarlane | 2 | -0/+432 |
2017-03-30 | Added JATS writer. | John MacFarlane | 2 | -0/+432 |
2017-03-29 | lstinline with braces can be used (verb cannot be used with braces) (#3535) | schrieveslaach | 1 | -1/+8 |
2017-03-28 | Custom writer: remove old preprocesesor conditionals | Albert Krewinkel | 1 | -36/+0 |
2017-03-27 | LaTeX reader: add support for LaTeX subfiles package. | schrieveslaach | 1 | -0/+1 |
2017-03-26 | Revert "Use file-embed instead of hsb2hs to embed data files." | John MacFarlane | 1 | -5/+4 |
2017-03-26 | Revert "Text.Pandoc.Data: ensure it compiles even without embed_data_files." | John MacFarlane | 1 | -11/+3 |
2017-03-26 | MediaWiki writer: don't softbreak lines inside list items. | John MacFarlane | 1 | -1/+4 |
2017-03-26 | Ms writer: update TODO comments. | John MacFarlane | 1 | -3/+0 |
2017-03-26 | Ms writer: Hyperlink table of contents and other improvements. | John MacFarlane | 1 | -9/+21 |
2017-03-26 | PDF: when running pdfroff, don't do second pass to relocate toc. | John MacFarlane | 1 | -1/+2 |
2017-03-26 | Text.Pandoc.Data: ensure it compiles even without embed_data_files. | John MacFarlane | 1 | -3/+11 |
2017-03-26 | Ms writer: Add PDF outline bookmarks. | John MacFarlane | 1 | -0/+3 |
2017-03-26 | Use file-embed instead of hsb2hs to embed data files. | John MacFarlane | 1 | -4/+5 |
2017-03-26 | Ms writer: Use @ instead of | for inline math delimiter. | John MacFarlane | 1 | -3/+3 |
2017-03-26 | Ms writre: Added some escapes. | John MacFarlane | 1 | -2/+4 |