Age | Commit message (Expand) | Author | Files | Lines |
2018-09-15 | Markdown Reader: factor out yamlBsToMeta | mb21 | 1 | -4/+8 |
2018-09-15 | Markdown Reader: rename yamlToMeta to yamlToMetaValue | mb21 | 1 | -9/+9 |
2018-08-15 | Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. | John MacFarlane | 1 | -7/+3 |
2018-08-07 | Markdown reader: Properly handle boolean values in YAML metadata. | John MacFarlane | 1 | -1/+12 |
2018-08-06 | Fix parsing of embedded mappings in YAML metadata. | John MacFarlane | 1 | -24/+22 |
2018-07-30 | Markdown reader: allow unquoted numbers, booleans as YAML mapping keys. | John MacFarlane | 1 | -26/+28 |
2018-07-30 | Use YAML.decode rather than YAML.decodeStrict. | John MacFarlane | 1 | -1/+1 |
2018-07-15 | Wrap emojis in span nodes (#4759) | Anders Waldenborg | 1 | -4/+4 |
2018-06-29 | Fix compiler warnings. | John MacFarlane | 1 | -4/+4 |
2018-06-29 | Use HsYAML instead of yaml for translations, YAML metadata. | John MacFarlane | 1 | -56/+46 |
2018-06-13 | Markdown reader: allow empty code spans. | John MacFarlane | 1 | -1/+1 |
2018-04-21 | Markdown reader/writer: spacing adjustments in tables. | John MacFarlane | 1 | -3/+8 |
2018-04-19 | Markdown reader: allow empty attributes. | John MacFarlane | 1 | -0/+2 |
2018-04-18 | Markdown reader: handle table w/o following blank line in fenced div. | John MacFarlane | 1 | -3/+14 |
2018-04-16 | Markdown reader: remove "fallback" for doubleQuote parser. | John MacFarlane | 1 | -4/+3 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-17 | hlint fixes. | John MacFarlane | 1 | -1/+1 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -1/+0 |
2018-03-13 | Require pandoc-types 1.17.4. | John MacFarlane | 1 | -1/+1 |
2018-01-20 | Markdown reader: Fix parsing bug with nested fenced divs. | John MacFarlane | 1 | -2/+0 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -30/+28 |
2018-01-17 | Markdown reader: don't coalesce adjacent raw LaTeX blocks... | John MacFarlane | 1 | -3/+9 |
2018-01-14 | Markdown reader: Improved inlinesInBalancedBrackets. | John MacFarlane | 1 | -13/+21 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2018-01-01 | Markdown reader: rewrite inlinesInBalancedBrackets. | John MacFarlane | 1 | -19/+13 |
2017-12-30 | Markdown reader: Avoid parsing raw tex unless \ + letter seen. | John MacFarlane | 1 | -1/+2 |
2017-12-22 | `latex_macros` extension changes. | John MacFarlane | 1 | -3/+7 |
2017-12-22 | Markdown reader: improved raw tex parsing. | John MacFarlane | 1 | -6/+9 |
2017-12-14 | Markdown reader: be pickier about table captions. | John MacFarlane | 1 | -1/+1 |
2017-12-13 | Markdown reader: always use four space rule for example lists. | John MacFarlane | 1 | -9/+16 |
2017-12-12 | Markdown: Improved computation of relative cell widths in pipe tables. | John MacFarlane | 1 | -1/+1 |
2017-12-12 | Pipe tables: use full text width for tables with wrapping cells. | John MacFarlane | 1 | -2/+2 |
2017-12-04 | Markdown reader: Don't parse native div as table caption. | John MacFarlane | 1 | -1/+1 |
2017-11-11 | Fixed YAML metadata with "chomp" (`|-`). | John MacFarlane | 1 | -2/+2 |
2017-11-09 | Allow fenced code blocks to be indented 1-3 spaces. | John MacFarlane | 1 | -2/+6 |
2017-11-02 | hlint | Alexander Krotov | 1 | -11/+11 |
2017-10-31 | Markdown reader: make sure fenced div closers work in lists. | John MacFarlane | 1 | -3/+11 |
2017-10-29 | More hlint fixes. | John MacFarlane | 1 | -2/+2 |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -37/+33 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -5/+4 |
2017-10-24 | Fenced divs: ensure that paragraph at end doesn't become Plain. | John MacFarlane | 1 | -4/+9 |
2017-10-23 | Implemented fenced Divs. | John MacFarlane | 1 | -0/+28 |
2017-10-02 | Markdown reader: Fixed bug with indented code following raw LaTeX. | John MacFarlane | 1 | -1/+1 |
2017-09-17 | Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`. | John MacFarlane | 1 | -1/+3 |
2017-09-16 | Markdown reader: added inlines, inlines1. | John MacFarlane | 1 | -18/+23 |
2017-08-19 | Markdown reader: use CommonMark rules for list item nesting. | John MacFarlane | 1 | -68/+61 |
2017-08-18 | Markdown reader: fixed parsing of fenced code after list... | John MacFarlane | 1 | -1/+4 |
2017-08-18 | Markdown reader: parse `-@roe` as suppress-author citation. | John MacFarlane | 1 | -2/+4 |
2017-08-07 | Markdown reader: fixed spurious parsing as citation as reference def. | John MacFarlane | 1 | -2/+4 |
2017-07-24 | LaTeX reader: Removed 'macro'. | John MacFarlane | 1 | -10/+2 |