Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-28 | RST reader: handle blank lines correctly in line blocks (#3881) | Alexander | 1 | -0/+13 | |
Previously pandoc would sometimes combine two line blocks separated by blanks, and ignore trailing blank lines within the line block. Test is checked to be consisted with http://rst.ninjs.org/ | |||||
2017-08-17 | RST reader/writer: support unknown interpreted text roles... | John MacFarlane | 1 | -1/+2 | |
...by parsing them as Span with "role" attributes. This way they can be manipulated in the AST. Closes #3407. | |||||
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -11/+13 | |
Readers: Renamed StringReader -> TextReader. Updated tests. API change. | |||||
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -3/+3 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -4/+4 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+174 | |