Cebe Markdown v1.2.0 Release Notes
Release Date: 2018-03-14 // over 6 years ago-
๐ 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.