Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-20 | Add `space_in_atx_header` extension. | John MacFarlane | 1 | -0/+3 |
2017-03-05 | Markdown reader: fixed internal header links. | John MacFarlane | 1 | -0/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -2/+3 |
2017-01-25 | Put an Integer rather than Word64 behind Extensions. | John MacFarlane | 1 | -3/+2 |
2017-01-25 | Made `smart` extension default for pandoc markdown. | John MacFarlane | 1 | -0/+1 |
2017-01-25 | Removed readerOldDashes and --old-dashes option, added old_dashes extension. | John MacFarlane | 1 | -0/+1 |
2017-01-25 | Removed readerSmart and the --smart option; added Ext_smart extension. | John MacFarlane | 1 | -0/+1 |
2017-01-25 | Make Extensions a custom type instead of a Set Extension. | John MacFarlane | 1 | -17/+37 |
2017-01-25 | Split extensions code from Options into separate Text.Pandoc.Extensions. | John MacFarlane | 1 | -0/+245 |