Age | Commit message (Expand) | Author | Files | Lines |
2014-04-24 | Markdown writer: Use proper escapes to avoid unwanted lists. | John MacFarlane | 1 | -11/+16 |
2014-04-23 | EPUB writer: include extension in epub ids. | John MacFarlane | 1 | -6/+11 |
2014-04-13 | Merge pull request #1240 from neilmayhew/master | John MacFarlane | 1 | -3/+16 |
2014-04-12 | Improve handling of hard line breaks in Docbook writer | Neil Mayhew | 1 | -3/+16 |
2014-04-12 | Org writer: Fix output for linebreaks | Albert Krewinkel | 1 | -1/+1 |
2014-04-06 | LaTeX writer: Workaround for level 4-5 headers in quotes. | John MacFarlane | 1 | -2/+14 |
2014-04-04 | LaTeX writer: handle line breaks in simple table cells. | John MacFarlane | 1 | -1/+20 |
2014-04-04 | Correctly handle UTF-8 in custom lua scripts. Closes #1189. | John MacFarlane | 1 | -2/+1 |
2014-04-04 | Custom writer: read lua script as UTF-8. | John MacFarlane | 1 | -1/+2 |
2014-03-31 | Make --toc-depth work well with books in latex/pdf output. | John MacFarlane | 1 | -2/+2 |
2014-03-30 | Markdown writer: Use longer backtick fences if needed. | John MacFarlane | 1 | -1/+5 |
2014-03-24 | RTF writer: Fixed tables cells containing paragraphs. | John MacFarlane | 1 | -1/+1 |
2014-03-14 | EPUB writer: Handle files linked in raw img tags. | John MacFarlane | 1 | -1/+1 |
2014-03-14 | EPUB writer: Handle media in audio source tags. | John MacFarlane | 1 | -27/+28 |
2014-03-14 | EPUB writer: Incorporate files linked in <video> tags. | John MacFarlane | 1 | -10/+46 |
2014-03-14 | RST writer: Avoid stack overflow with certain tables. | John MacFarlane | 1 | -2/+6 |
2014-03-12 | Man writer: Ensure that terms in definition lists aren't line wrapped. | John MacFarlane | 1 | -1/+1 |
2014-03-05 | HTML writer: Add colgroup around col tags. | John MacFarlane | 1 | -5/+10 |
2014-03-04 | Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master | John MacFarlane | 1 | -0/+525 |
2014-02-28 | InDesign ICML Writer | mb21 | 1 | -0/+525 |
2014-02-17 | Merge pull request #1145 from wilx/en-dash-ligature-avoidance | John MacFarlane | 1 | -1/+1 |
2014-02-17 | HTML writer: Fixed bug with unnumbered section headings. | John MacFarlane | 1 | -1/+2 |
2014-02-09 | Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance. | Vaclav Zeman | 16 | -237/+935 |
2014-02-08 | Use \/ to avoid en-dash ligature instead of -{}-. | Vaclav Zeman | 1 | -1/+1 |
2014-01-07 | Fixed small regression in docx writer. | John MacFarlane | 1 | -3/+6 |
2014-01-06 | EPUB writer: Strip out footnotes from toc entries. | John MacFarlane | 1 | -5/+6 |
2014-01-06 | EPUB writer: Avoid duplicate notes when headings contain notes. | John MacFarlane | 1 | -1/+7 |
2014-01-06 | HTML writer: Omit footnotes from TOC entries. | John MacFarlane | 1 | -1/+3 |
2014-01-02 | RST writer: Ensure no blank line after def in definition list. | John MacFarlane | 1 | -1/+1 |
2014-01-02 | HTML writer: With --toc, headers no longer link to themselves. | John MacFarlane | 1 | -15/+8 |
2014-01-02 | Use isHeaderBlock from Shared rather than defining it anew... | John MacFarlane | 2 | -9/+3 |
2014-01-02 | ODT writer: Use mathml for proper rendering of formulas. | John MacFarlane | 1 | -8/+42 |
2014-01-02 | OpenDocument writer: Fixed RawInline, RawBlock so they don't escape. | John MacFarlane | 1 | -6/+10 |
2014-01-02 | Moved fixDisplayMath from Docx writer to Writer.Shared. | John MacFarlane | 2 | -25/+29 |
2014-01-01 | Docx writer: Fixed problem with some modified reference docx files. | John MacFarlane | 1 | -2/+7 |
2013-12-19 | HLint: use fromMaybe | Henry de Valence | 5 | -12/+16 |
2013-12-19 | HLint: use /= | Henry de Valence | 1 | -1/+1 |
2013-12-19 | HLint: redundant parens | Henry de Valence | 3 | -3/+3 |
2013-12-19 | HLint: Remove lambdas. | Henry de Valence | 1 | -2/+1 |
2013-12-19 | HLint: use `elem` and `notElem` | Henry de Valence | 2 | -6/+7 |
2013-12-19 | HLint: Use all | Henry de Valence | 1 | -4/+4 |
2013-12-17 | LaTeX writer: Better treatment of footnotes in tables. | John MacFarlane | 1 | -6/+29 |
2013-12-17 | LaTeX writer: Factored out function for table cell creation. | John MacFarlane | 1 | -13/+17 |
2013-12-13 | EPUB writer: Fixed bug with `--epub-stylesheet`. | John MacFarlane | 1 | -2/+1 |
2013-12-09 | Don't use tilde code blocks with braced attributes in gfm output. | John MacFarlane | 1 | -9/+9 |
2013-12-03 | Merge pull request #1076 from jlduran/booktabs | John MacFarlane | 1 | -5/+5 |
2013-12-04 | Add booktabs package for LaTeX tables | Jose Luis Duran | 1 | -5/+5 |
2013-12-03 | EPUB writer: Allow 'stylesheet' in metadata. | John MacFarlane | 1 | -11/+22 |
2013-12-01 | EPUB writer: Allow partial dates: YYYY, YYYY-MM. | John MacFarlane | 1 | -3/+14 |
2013-11-30 | EPUB writer: Insert "svg" property as needed in opf (EPUB 3). | John MacFarlane | 1 | -3/+9 |