cebe/markdown
Fast, extensible PHP Markdown parser with classes for multiple flavors (Traditional, GitHub Flavored, and partial Markdown Extra) plus a CLI to convert .md to HTML. Designed for speed, easy customization, and AST-based hooks for extensions.
[[, references should not use [ as the first character in the reference name.[[, references should not use [ as the first character in the reference name.This release contains a lot of improvement on markdown edge cases as well as changes to the abstract syntax tree for tables.
TableTrait::composeTable($head, $body), for easier overriding of table layout (@maximal, @cebe)* or _ inside them.< 7.0, where preg_match() causes a segfault
on catastropic backtracking in emph/strong parsing.prepareMarkers() protected and add parseBlock() methodbin/markdown script to work with composer autoloader (c497bada0e15f61873ba6b2e29f4bb8b3ef2a489)This is the first stable release of version 1.0 which is incompatible to the 0.9.x branch regarding the internal API which is used when extending the Markdown parser. The external API has no breaking changes. The rendered Markdown however has changed in some edge cases and some rendering issues have been fixed.
The parser got a bit slower compared to earlier versions but is able to parse Markdown more accurately and uses an abstract syntax tree as the internal representation of the parsed text which allows extensions to work with the parsed Markdown in many ways including rendering as other formats than HTML.
For more details about the changes see the release message of 1.0.0-rc.
You can try it out on the website: http://markdown.cebe.cc/try
The parser is now also regsitered on the Babelmark 2 page by John MacFarlane which you can use to compare Markdown output of different parsers.
#27 - Fixed some rendering problems with block elements not separated by newlines
Fixed an issue with inline markers that begin with the same character e.g. [ and [[.
The initial release.
How can I help you explore Laravel packages today?