| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2018-03-14 | 880 Bytes | |
| Version 1.2.0 source code.tar.gz | 2018-03-14 | 69.4 kB | |
| Version 1.2.0 source code.zip | 2018-03-14 | 134.8 kB | |
| Totals: 3 Items | 205.1 kB | 0 | |
This release contains a lot of improvement on markdown edge cases as well as changes to the abstract syntax tree for tables.
- [#50] Do not render empty emphs.
- [#69] Improve ABSY for tables, make column and row information directly available in absy (@NathanBaulch)
- [#89] Lists should be separated by a HR (@bieleckim)
- [#95] Added
TableTrait::composeTable($head, $body), for easier overriding of table layout (@maximal, @cebe) - [#111] Improve rendering of successive strongs (@wogsland)
- [#132] Improve detection and rendering of fenced code blocks in lists.
- [#134] Fix Emph and Strong to allow escaping
*or_inside them. - [#135] GithubMarkdown was not parsing inline code when there are square brackets around it.
- [#151] Fixed table rendering for lines begining with | for GFM (@GenaBitu)
- Improved table rendering, allow single column tables.