Age | Commit message (Expand) | Author | Files | Lines |
2015-06-29 | Merge pull request #2250 from PromyLOPh/rsttarget | John MacFarlane | 1 | -1/+1 |
2015-06-29 | LaTeX reader: Allow `_` and `^` as regular inline text. | John MacFarlane | 1 | -1/+1 |
2015-06-29 | LaTeX reader: don't parse `_`,`^` as super/sub outside math mode. | John MacFarlane | 1 | -2/+0 |
2015-06-29 | Fix RST reference names with special characters | Lars-Dominik Braun | 1 | -1/+1 |
2015-06-21 | DocBook reader mediaobjects and figures, closes #2184 | mb21 | 1 | -11/+20 |
2015-06-04 | HTML reader: allow `<body>` to close `<head>`. | John MacFarlane | 1 | -0/+1 |
2015-05-28 | Removed tab chars in Textile reader source. | John MacFarlane | 1 | -2/+2 |
2015-05-26 | Merge pull request #2170 from tarleb/org-generalize-result-block | John MacFarlane | 1 | -16/+21 |
2015-05-23 | Org reader: drop trees with a :noexport: tag | Albert Krewinkel | 1 | -4/+12 |
2015-05-23 | Org reader: put header tags into empty spans | Albert Krewinkel | 1 | -2/+19 |
2015-05-23 | Org reader: generalize code block result parsing | Albert Krewinkel | 1 | -3/+3 |
2015-05-23 | Reorder block arguments parsing code | Albert Krewinkel | 1 | -13/+18 |
2015-05-13 | Markdown reader: Made implicit header references case-insensitive. | John MacFarlane | 1 | -11/+23 |
2015-05-13 | HTML reader: Support base tag. | John MacFarlane | 1 | -7/+28 |
2015-05-13 | Fixed regression in charsInBalancedBrackets. | John MacFarlane | 1 | -1/+2 |
2015-05-11 | HTML reader: Fixed detection of self-closing tags. | John MacFarlane | 1 | -2/+2 |
2015-05-03 | Make sure a closing `</div>` doesn't get included in a defn list item. | John MacFarlane | 1 | -0/+1 |
2015-04-29 | HTML reader: Allow multiple colgroups in table. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Fixed regression with lists inside defintiion lists. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 9 | -17/+17 |
2015-04-22 | LaTeX reader: recognize `\newpage` as a block command. | John MacFarlane | 1 | -0/+1 |
2015-04-19 | Rewrote charsInBalancedBrackets. | John MacFarlane | 1 | -12/+15 |
2015-04-20 | MD Reader: Fix links/footnotets after citations | Nikolay Yakimov | 1 | -2/+16 |
2015-04-18 | Revert "Merge pull request #1947 from mpickering/Fmonad" | John MacFarlane | 3 | -553/+594 |
2015-04-18 | Markdown definition lists: don't require indent for first line. | John MacFarlane | 1 | -2/+4 |
2015-04-17 | More principled fix for #1820. | John MacFarlane | 1 | -5/+7 |
2015-04-17 | Merge pull request #2092 from lierdakil/issue1909 | John MacFarlane | 1 | -1/+2 |
2015-04-17 | Fixed `htmlTag` in HTML reader. | John MacFarlane | 1 | -1/+1 |
2015-04-18 | MD Reader: Smart `'` after inline math | Nikolay Yakimov | 1 | -1/+2 |
2015-04-12 | LaTeX Reader: Code cleanup | Nikolay Yakimov | 1 | -92/+82 |
2015-04-07 | Removed redundat import. | John MacFarlane | 1 | -1/+0 |
2015-04-07 | DocBook reader: look inside "info" elements for section titles. | John MacFarlane | 1 | -1/+4 |
2015-04-07 | Markdown Reader: eliminate common subexpressions | Julien Cretel | 1 | -2/+5 |
2015-03-31 | Latex Reader: Block commands code cleanup | Nikolay Yakimov | 1 | -3/+2 |
2015-03-30 | Latex Reader: Guard against para starting with inline macro | Nikolay Yakimov | 1 | -0/+1 |
2015-03-30 | LaTeX Reader: check for block-level newcommand aliases in blockCommand | Nikolay Yakimov | 1 | -3/+13 |
2015-03-28 | Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel... | John MacFarlane | 1 | -1/+1 |
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker... | John MacFarlane | 16 | -156/+183 |
2015-03-28 | Markdown Reader: Require nonempty value in mmd title block | Nikolay Yakimov | 1 | -0/+1 |
2015-03-28 | Markdown Reader: Req. " " after key in mmd title block | Nikolay Yakimov | 1 | -1/+4 |
2015-03-28 | Markdown Reader: Disable meta exts for meta values | Nikolay Yakimov | 1 | -1/+6 |
2015-03-24 | Docx Writer: Fix StyleMap | Nikolay Yakimov | 1 | -18/+19 |
2015-03-23 | Allow pipe tables with header but no body. | John MacFarlane | 1 | -1/+1 |
2015-03-23 | Fix accidently usage of list monad instance | Matthew Pickering | 1 | -1/+1 |
2015-03-22 | Add missing import | Matthew Pickering | 1 | -1/+1 |
2015-03-22 | Factor out "returnState" into Parsing module | Matthew Pickering | 2 | -16/+2 |
2015-03-22 | HLint changes | Matthew Pickering | 1 | -82/+76 |
2015-03-22 | Remove F Monad from Markdown reader | Matthew Pickering | 1 | -313/+306 |
2015-03-22 | Remove F monad from Parsing | Matthew Pickering | 1 | -2/+1 |
2015-03-22 | Changed parseWithWarnings to the more general returnWarnings parser transformer | Matthew Pickering | 1 | -1/+1 |