aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2014-04-30ConTeXt writer: Improved autolinks.John MacFarlane1-11/+5
2014-04-26HTML writer: improved detection of image links.John MacFarlane1-1/+5
2014-04-25Merge pull request #1265 from tarleb/org-linksJohn MacFarlane1-7/+11
2014-04-25LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel1-7/+11
2014-04-24EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane1-3/+3
2014-04-24Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane1-11/+16
2014-04-23EPUB writer: include extension in epub ids.John MacFarlane1-6/+11
2014-04-13Merge pull request #1240 from neilmayhew/masterJohn MacFarlane1-3/+16
2014-04-12Improve handling of hard line breaks in Docbook writerNeil Mayhew1-3/+16
2014-04-12Org writer: Fix output for linebreaksAlbert Krewinkel1-1/+1
2014-04-06LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane1-2/+14
2014-04-04LaTeX writer: handle line breaks in simple table cells.John MacFarlane1-1/+20
2014-04-04Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane1-2/+1
2014-04-04Custom writer: read lua script as UTF-8.John MacFarlane1-1/+2
2014-03-31Make --toc-depth work well with books in latex/pdf output.John MacFarlane1-2/+2
2014-03-30Markdown writer: Use longer backtick fences if needed.John MacFarlane1-1/+5
2014-03-24RTF writer: Fixed tables cells containing paragraphs.John MacFarlane1-1/+1
2014-03-14EPUB writer: Handle files linked in raw img tags.John MacFarlane1-1/+1
2014-03-14EPUB writer: Handle media in audio source tags.John MacFarlane1-27/+28
2014-03-14EPUB writer: Incorporate files linked in <video> tags.John MacFarlane1-10/+46
2014-03-14RST writer: Avoid stack overflow with certain tables.John MacFarlane1-2/+6
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane1-1/+1
2014-03-05HTML writer: Add colgroup around col tags.John MacFarlane1-5/+10
2014-03-04Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane1-0/+525
2014-02-28InDesign ICML Writermb211-0/+525
2014-02-17Merge pull request #1145 from wilx/en-dash-ligature-avoidanceJohn MacFarlane1-1/+1
2014-02-17HTML writer: Fixed bug with unnumbered section headings.John MacFarlane1-1/+2
2014-02-09Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman16-237/+935
2014-02-08Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman1-1/+1
2014-01-07Fixed small regression in docx writer.John MacFarlane1-3/+6
2014-01-06EPUB writer: Strip out footnotes from toc entries.John MacFarlane1-5/+6
2014-01-06EPUB writer: Avoid duplicate notes when headings contain notes.John MacFarlane1-1/+7
2014-01-06HTML writer: Omit footnotes from TOC entries.John MacFarlane1-1/+3
2014-01-02RST writer: Ensure no blank line after def in definition list.John MacFarlane1-1/+1
2014-01-02HTML writer: With --toc, headers no longer link to themselves.John MacFarlane1-15/+8
2014-01-02Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane2-9/+3
2014-01-02ODT writer: Use mathml for proper rendering of formulas.John MacFarlane1-8/+42
2014-01-02OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane1-6/+10
2014-01-02Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane2-25/+29
2014-01-01Docx writer: Fixed problem with some modified reference docx files.John MacFarlane1-2/+7
2013-12-19HLint: use fromMaybeHenry de Valence5-12/+16
2013-12-19HLint: use /=Henry de Valence1-1/+1
2013-12-19HLint: redundant parensHenry de Valence3-3/+3
2013-12-19HLint: Remove lambdas.Henry de Valence1-2/+1
2013-12-19HLint: use `elem` and `notElem`Henry de Valence2-6/+7
2013-12-19HLint: Use allHenry de Valence1-4/+4
2013-12-17LaTeX writer: Better treatment of footnotes in tables.John MacFarlane1-6/+29
2013-12-17LaTeX writer: Factored out function for table cell creation.John MacFarlane1-13/+17
2013-12-13EPUB writer: Fixed bug with `--epub-stylesheet`.John MacFarlane1-2/+1
2013-12-09Don't use tilde code blocks with braced attributes in gfm output.John MacFarlane1-9/+9