aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane48-95/+95
2015-04-22LaTeX reader: recognize `\newpage` as a block command.John MacFarlane1-0/+1
2015-04-21Custom writer: use UTF-8 aware bytestring conversion.John MacFarlane1-7/+8
2015-04-19Rewrote charsInBalancedBrackets.John MacFarlane1-12/+15
2015-04-20MD Reader: Fix links/footnotets after citationsNikolay Yakimov1-2/+16
2015-04-18Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane4-575/+627
2015-04-18Markdown writer: improved escaping.John MacFarlane1-2/+3
2015-04-18Markdown definition lists: don't require indent for first line.John MacFarlane1-2/+4
2015-04-17More principled fix for #1820.John MacFarlane1-5/+7
2015-04-17Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...John MacFarlane1-3/+3
2015-04-17Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane1-1/+1
2015-04-17Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane1-7/+36
2015-04-17Merge pull request #2092 from lierdakil/issue1909John MacFarlane2-2/+8
2015-04-17Fixed `htmlTag` in HTML reader.John MacFarlane1-1/+1
2015-04-18MD Reader: Smart `'` after inline mathNikolay Yakimov2-2/+8
2015-04-16RST Writer: treat headings in block quotes, etc as rubricsNikolay Yakimov1-7/+29
2015-04-14Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov1-1/+15
2015-04-13RST Writer: Normalize headings to sequential levelsNikolay Yakimov1-1/+8
2015-04-12Fixed warning.John MacFarlane1-1/+1
2015-04-12Fixed toc depth in RST writer.John MacFarlane1-1/+1
2015-04-12Merge pull request #2072 from lierdakil/latex-reader-cleanupJohn MacFarlane1-92/+82
2015-04-12Text.Pandoc.PDF: more comprehensible errors on image conversion.John MacFarlane1-3/+3
2015-04-12LaTeX Reader: Code cleanupNikolay Yakimov1-92/+82
2015-04-12ODT Writer: Figure captionsNikolay Yakimov2-4/+13
2015-04-07Removed redundat import.John MacFarlane1-1/+0
2015-04-07DocBook reader: look inside "info" elements for section titles.John MacFarlane1-1/+4
2015-04-07RST writer: better handling of raw latex inline.John MacFarlane1-6/+12
2015-04-07Markdown Reader: eliminate common subexpressionsJulien Cretel1-2/+5
2015-04-02EPUB writer: Take TOC title from toc-title metadata field.John MacFarlane1-2/+5
2015-04-01Added "noProof" to docx syntax highlighting SourceCode style.John MacFarlane1-0/+1
2015-03-31Merge pull request #2042 from lierdakil/issue1866John MacFarlane1-3/+13
2015-03-31Latex Reader: Block commands code cleanupNikolay Yakimov1-3/+2
2015-03-30Merge pull request #2035 from lierdakil/issue2031John MacFarlane1-0/+5
2015-03-29Added CommonMark writer.John MacFarlane2-0/+181
2015-03-30Latex Reader: Guard against para starting with inline macroNikolay Yakimov1-0/+1
2015-03-30LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov1-3/+13
2015-03-29Merge pull request #2038 from lierdakil/docx-hyphen-settingsJohn MacFarlane1-3/+26
2015-03-29Merge pull request #2037 from lierdakil/issue458John MacFarlane1-1/+29
2015-03-29Docx Writer: Filter out illegal XML charactersMatthew Pickering1-2/+19
2015-03-29Docx Writer: Place toc after abstract, rather than beforeNikolay Yakimov1-1/+1
2015-03-29Docx Writer: Copy hyphenation settings from reference.docxNikolay Yakimov1-3/+26
2015-03-29Docx Writer: Initial support for --toc option (issue #458)Nikolay Yakimov1-1/+29
2015-03-29Docx Writer: Add a style to figure imagesNikolay Yakimov1-0/+5
2015-03-28Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...John MacFarlane1-1/+1
2015-03-28Updated code example in Text.Pandoc.John MacFarlane1-2/+4
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane22-221/+329
2015-03-28Markdown Reader: Require nonempty value in mmd title blockNikolay Yakimov1-0/+1
2015-03-28Markdown Reader: Req. " " after key in mmd title blockNikolay Yakimov1-1/+4
2015-03-28Markdown Reader: Disable meta exts for meta valuesNikolay Yakimov1-1/+6
2015-03-24Docx Writer: Fix StyleMapNikolay Yakimov1-18/+19