Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-13 | Use pandoc-types 1.9.*. | John MacFarlane | 1 | -6/+6 | |
2011-04-11 | Allow '|' followed by newline in RST line block. | John MacFarlane | 1 | -1/+4 | |
2011-03-18 | Changed uri parser so it doesn't include trailing punctuation. | John MacFarlane | 1 | -0/+8 | |
So, in RST, 'http://google.com.' should be parsed as a link to 'http://google.com' followed by a period. The parser is smart enough to recognize balanced parentheses, as often occur in wikipedia links: 'http://foo.bar/baz_(bam)'. Also added ()s to RST specialChars, so '(http://google.com)' will be parsed as a link in parens. Added test cases. Resolves Issue #291. | |||||
2011-03-12 | Fixed bug in RST field list parser. | John MacFarlane | 1 | -0/+3 | |
The bug affected field lists with multi-line items at the end of the list. | |||||
2011-01-29 | Moved tests to src. | John MacFarlane | 1 | -0/+46 | |