aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-19Rewrote charsInBalancedBrackets.John MacFarlane
2015-04-20MD Reader: Fix links/footnotets after citationsNikolay Yakimov
2015-04-18Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane
2015-04-18Markdown writer: improved escaping.John MacFarlane
2015-04-18Markdown definition lists: don't require indent for first line.John MacFarlane
2015-04-17More principled fix for #1820.John MacFarlane
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane
2015-04-17Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane
2015-04-17Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane
2015-04-17Merge pull request #2092 from lierdakil/issue1909John MacFarlane
2015-04-17Fixed `htmlTag` in HTML reader.John MacFarlane
2015-04-18MD Reader: Smart `'` after inline mathNikolay Yakimov
2015-04-16RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov
2015-04-14Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov
2015-04-13RST Writer: Normalize headings to sequential levelsNikolay Yakimov
2015-04-12Fixed warning.John MacFarlane
2015-04-12Fixed toc depth in RST writer.John MacFarlane
2015-04-12Merge pull request #2072 from lierdakil/latex-reader-cleanupJohn MacFarlane
2015-04-12Text.Pandoc.PDF: more comprehensible errors on image conversion.John MacFarlane
2015-04-12LaTeX Reader: Code cleanupNikolay Yakimov
2015-04-12ODT Writer: Figure captionsNikolay Yakimov
2015-04-07Removed redundat import.John MacFarlane
2015-04-07DocBook reader: look inside "info" elements for section titles.John MacFarlane
2015-04-07RST writer: better handling of raw latex inline.John MacFarlane
2015-04-07Markdown Reader: eliminate common subexpressionsJulien Cretel
2015-04-02EPUB writer: Take TOC title from toc-title metadata field.John MacFarlane
2015-04-01Added "noProof" to docx syntax highlighting SourceCode style.John MacFarlane
2015-03-31Merge pull request #2042 from lierdakil/issue1866John MacFarlane
2015-03-31Latex Reader: Block commands code cleanupNikolay Yakimov
2015-03-30Merge pull request #2035 from lierdakil/issue2031John MacFarlane
2015-03-29Added CommonMark writer.John MacFarlane
2015-03-30Latex Reader: Guard against para starting with inline macroNikolay Yakimov
2015-03-30LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov
2015-03-29Merge pull request #2038 from lierdakil/docx-hyphen-settingsJohn MacFarlane
2015-03-29Merge pull request #2037 from lierdakil/issue458John MacFarlane
2015-03-29Docx Writer: Filter out illegal XML charactersMatthew Pickering
2015-03-29Docx Writer: Place toc after abstract, rather than beforeNikolay Yakimov
2015-03-29Docx Writer: Copy hyphenation settings from reference.docxNikolay Yakimov
2015-03-29Docx Writer: Initial support for --toc option (issue #458)Nikolay Yakimov
2015-03-29Docx Writer: Add a style to figure imagesNikolay Yakimov
2015-03-28Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...John MacFarlane
2015-03-28Updated code example in Text.Pandoc.John MacFarlane
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane
2015-03-28Markdown Reader: Require nonempty value in mmd title blockNikolay Yakimov
2015-03-28Markdown Reader: Req. " " after key in mmd title blockNikolay Yakimov
2015-03-28Markdown Reader: Disable meta exts for meta valuesNikolay Yakimov
2015-03-24Docx Writer: Fix StyleMapNikolay Yakimov
2015-03-23Allow pipe tables with header but no body.John MacFarlane
2015-03-23Fix accidently usage of list monad instanceMatthew Pickering
2015-03-22Add missing importMatthew Pickering