aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-09Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane1-26/+18
2015-05-08EPUB writer: stylesheet changes. Closes #2040.John MacFarlane1-18/+26
2015-05-05Deal with deprecation warning in Custom.John MacFarlane1-2/+10
2015-05-05UTF8: Better handling of bare CRs in input files.John MacFarlane1-2/+8
2015-05-04SelfContained: properly handle data URIs in css urls.John MacFarlane1-32/+48
2015-05-03Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane1-0/+1
2015-05-02LaTeX writer: Add a `\label` in `\hyperdef` for Div, Span.John MacFarlane1-2/+4
2015-05-01EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane1-2/+5
2015-05-01SelfContained: cssURLs no longer tries to fetch fragment URLs.John MacFarlane1-7/+11
2015-04-29Added woff2 to MIME typesAlfred Wechselberger1-0/+1
2015-04-29HTML reader: Allow multiple colgroups in table.John MacFarlane1-1/+1
2015-04-26EPUB writer: Remove linear=no from cover itemref.John MacFarlane1-1/+1
2015-04-26Fixed regression with lists inside defintiion lists.John MacFarlane1-1/+1
2015-04-26Merge pull request #2112 from lierdakil/issue2101John MacFarlane1-33/+29
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane48-95/+95
2015-04-26Custom Writer: Set foreign encoding to UTF-8Nikolay Yakimov1-33/+29
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