Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -1/+1 | |
Previously header ids were autogenerated by the writers. Now they are generated (unless supplied explicitly) in the markdown parser, if the `header_identifiers` extension is selected. In addition, the textile reader now supports id attributes on headers. | |||||
2012-07-26 | Moved tests to tests/, modified cabal file so lib isn't recompiled. | John MacFarlane | 1 | -0/+190 | |
2011-01-29 | Moved tests to src. | John MacFarlane | 1 | -181/+0 | |
2011-01-29 | Tests.Arbitrary: don't allow empty list items. | John MacFarlane | 1 | -3/+5 | |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -1/+1 | |
Additional related changes: * URLs in Code in autolinks now use class "url". * Require highlighting-kate 0.2.8.2, which omits the final <br/> tag, essential for inline code. | |||||
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -1/+7 | |
The old TeX, HtmlInline and RawHtml elements have been removed and replaced by generic RawInline and RawBlock elements. All modules updated to use the new raw elements. | |||||
2011-01-22 | Tests.Arbitrary: Let strings include any character. | John MacFarlane | 1 | -1/+1 | |
2011-01-22 | Added native writer tests. | John MacFarlane | 1 | -4/+2 | |
2011-01-22 | Tests.Arbitrary: Added instances for Inlines, Blocks. | John MacFarlane | 1 | -0/+8 | |
2011-01-13 | Added Tests/Arbitrary.hs, with Arbitrary instances. | John MacFarlane | 1 | -0/+167 | |