Age | Commit message (Expand) | Author | Files | Lines |
2016-11-15 | Allow alignments to be specified in Markdown grid tables. | John MacFarlane | 1 | -0/+22 |
2016-10-31 | Added a test case with a complex raw latex environment in Markdown. | John MacFarlane | 1 | -0/+2 |
2016-10-13 | Parse line-oriented markup as LineBlock | Albert Krewinkel | 1 | -2/+8 |
2016-09-28 | Markdown reader: added bracket syntax for native spans. | John MacFarlane | 1 | -1/+3 |
2016-04-10 | Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces. | John MacFarlane | 1 | -2/+2 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -14/+15 |
2015-08-07 | Updated tests for link attribute changes. | mb21 | 1 | -25/+25 |
2015-05-13 | Markdown reader: Made implicit header references case-insensitive. | John MacFarlane | 1 | -0/+1 |
2015-05-13 | Fixed regression in charsInBalancedBrackets. | John MacFarlane | 1 | -0/+2 |
2015-02-25 | Markdown writer: Avoid introducing spurious list items through wrapping. | John MacFarlane | 1 | -1/+4 |
2014-12-15 | Don't treat a citation as a reference link label. | John MacFarlane | 1 | -0/+2 |
2014-10-23 | HTML writer: Make header attributes work outside top level. | John MacFarlane | 1 | -0/+2 |
2014-10-19 | Parsing: fixed `inlineMath` so it handles `\text{..}` containing `$`. | John MacFarlane | 1 | -0/+1 |
2014-08-14 | Markdown reader: Better handle quote characters in inline links. | John MacFarlane | 1 | -1/+2 |
2014-08-12 | Markdown reader: Improved parsing of indented code in list items. | John MacFarlane | 1 | -0/+9 |
2014-05-27 | Markdown reader: inline math must have nonspace before final `$`. | John MacFarlane | 1 | -0/+2 |
2014-05-02 | Fixed empty reference links. Closes #1186. | John MacFarlane | 1 | -1/+4 |
2014-01-07 | Updated tests for latest texmath. | John MacFarlane | 1 | -1/+1 |
2013-08-14 | Updated for removed unMeta, unFormat in pandoc-types. | John MacFarlane | 1 | -5/+5 |
2013-08-10 | Updated tests for new Format. | John MacFarlane | 1 | -5/+5 |
2013-06-19 | Added a test for #833. | John MacFarlane | 1 | -1/+3 |
2013-03-13 | Markdown reader: don't lose parentheses in URLs. | John MacFarlane | 1 | -1/+5 |
2013-02-21 | Make `implicit_header_references` work with explicit header ids. | John MacFarlane | 1 | -2/+3 |
2013-02-15 | Allow `&` in emails (for entities). | John MacFarlane | 1 | -1/+6 |
2013-01-27 | Markdown/RST reader: Skip blank lines. | John MacFarlane | 1 | -1/+7 |
2013-01-21 | Markdown reader: Fixed bug with headerless grid tables. | John MacFarlane | 1 | -1/+52 |
2013-01-15 | Revised URI parser. | John MacFarlane | 1 | -1/+1 |
2013-01-14 | Parsing: Fixed uri -- escape unicode URLs. | John MacFarlane | 1 | -1/+1 |
2013-01-13 | Added tests for markdown line blocks and explicit header attributes. | John MacFarlane | 1 | -1/+5 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -20/+20 |
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -1/+1 |
2013-01-03 | Added tests for implicit header references. | John MacFarlane | 1 | -1/+7 |
2012-08-01 | Major rewrite of markdown reader. | John MacFarlane | 1 | -10/+10 |
2012-02-04 | Complete rewrite of LaTeX reader. | John MacFarlane | 1 | -1/+1 |
2012-01-02 | Markdown reader: Fix parsing of consecutive lists. | John MacFarlane | 1 | -1/+11 |
2011-12-02 | Shared: Removed unescapeURI, modified escapeURI. | John MacFarlane | 1 | -3/+3 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -5/+5 |
2011-01-26 | Updated tests. | John MacFarlane | 1 | -1/+2 |
2011-01-26 | Distinguish latex & context environments; blank line after in writers. | John MacFarlane | 1 | -2/+2 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -4/+4 |
2011-01-20 | Updated tests for new native format. | John MacFarlane | 1 | -52/+49 |
2011-01-06 | pandoc: Add newline to output unless standalone. | John MacFarlane | 1 | -0/+1 |
2010-12-10 | Markdown reader: Allow linebreaks in URLs (treat as spaces). | John MacFarlane | 1 | -1/+1 |
2010-12-06 | Markdown reader: handle curly quotes better. | John MacFarlane | 1 | -1/+4 |
2010-12-05 | Fix regression: markdown references should be case-insensitive. | John MacFarlane | 1 | -1/+5 |
2010-11-09 | Allow HTML comments as inline elements in markdown. | John MacFarlane | 1 | -2/+2 |
2010-10-26 | Added test for macros. | John MacFarlane | 1 | -1/+3 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -1/+0 |
2010-07-12 | Added tests for example lists. | John MacFarlane | 1 | -1/+9 |
2010-03-23 | Added multilingual URL tests for markdown reader. | John MacFarlane | 1 | -1/+5 |