Age | Commit message (Expand) | Author | Files | Lines |
2015-05-13 | Markdown reader: Made implicit header references case-insensitive. | John MacFarlane | 1 | -11/+23 |
2015-05-13 | Fixed regression in charsInBalancedBrackets. | John MacFarlane | 1 | -1/+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-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 | 1 | -2/+2 |
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 | 1 | -326/+345 |
2015-04-18 | Markdown definition lists: don't require indent for first line. | John MacFarlane | 1 | -2/+4 |
2015-04-18 | MD Reader: Smart `'` after inline math | Nikolay Yakimov | 1 | -1/+2 |
2015-04-07 | Markdown Reader: eliminate common subexpressions | Julien Cretel | 1 | -2/+5 |
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker... | John MacFarlane | 1 | -32/+40 |
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-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 | 1 | -8/+1 |
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-15 | Merge pull request #1989 from zudov/shortcut_ref_link_pr | John MacFarlane | 1 | -0/+1 |
2015-03-10 | Support shortcut reference links in markdown writer | Konstantin Zudov | 1 | -0/+1 |
2015-03-07 | Fixed pipe tables -- headerless tables are not allowed. | John MacFarlane | 1 | -5/+3 |
2015-02-25 | Markdown reader: check for tex macros after indented code. | John MacFarlane | 1 | -3/+3 |
2015-02-18 | Change return type of Markdown reader | Matthew Pickering | 1 | -25/+33 |
2015-02-18 | Factor out "returnState" into Parsing module | Matthew Pickering | 1 | -8/+1 |
2015-02-18 | HLint changes | Matthew Pickering | 1 | -82/+76 |
2015-02-18 | Remove F Monad from Markdown reader | Matthew Pickering | 1 | -312/+307 |
2014-12-15 | Don't treat a citation as a reference link label. | John MacFarlane | 1 | -3/+4 |
2014-12-12 | expose warnings from RST reader; refactor | Daniel Bergey | 1 | -5/+1 |
2014-12-08 | RST Reader: Warn about skipped directives | Daniel Bergey | 1 | -6/+0 |
2014-11-12 | Merge pull request #1645 from neongreen/issue1636 | John MacFarlane | 1 | -2/+9 |
2014-10-18 | Markdown reader: allow `startnum` to work without `fancy_lists`. | John MacFarlane | 1 | -2/+2 |
2014-09-26 | Fix 'Ext_lists_without_preceding_blankline' bug. | Artyom | 1 | -2/+9 |
2014-08-31 | Markdown reader: better handling of paragraph in div. | John MacFarlane | 1 | -0/+7 |
2014-08-14 | Markdown reader: Better handle quote characters in inline links. | John MacFarlane | 1 | -2/+4 |
2014-08-12 | Markdown reader: Improved parsing of indented code in list items. | John MacFarlane | 1 | -25/+42 |
2014-08-08 | Added `native_divs` and `native_spans` extensions. | John MacFarlane | 1 | -2/+2 |
2014-07-20 | Fix behavior of `markdown_attribute` extension. | John MacFarlane | 1 | -4/+15 |
2014-07-20 | Markdown reader: Fixed small bug in HTML parsing with markdown_attribute. | John MacFarlane | 1 | -3/+4 |
2014-07-20 | Markdown reader: revised definition list syntax (closes #1429). | John MacFarlane | 1 | -23/+38 |
2014-07-16 | Removed redundant clause in markdown parser. | John MacFarlane | 1 | -2/+1 |
2014-07-13 | Use renderTags' for all tag rendering. | John MacFarlane | 1 | -1/+1 |
2014-07-11 | Removed (>>~) function | Matthew Pickering | 1 | -4/+4 |
2014-07-10 | Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012. | John MacFarlane | 1 | -0/+5 |
2014-07-10 | Markdown reader: Fixed regression with intraword underscores. | John MacFarlane | 1 | -10/+16 |
2014-07-10 | Markdown reader: Slight rewrite of enclosure/emphOrStrong code. | John MacFarlane | 1 | -6/+8 |
2014-07-07 | Revamped raw HTML block parsing in markdown. | John MacFarlane | 1 | -42/+47 |
2014-06-23 | Markdown reader: Combine consecutive latex environments. | John MacFarlane | 1 | -2/+4 |