Releases: erusev/parsedown
Releases · erusev/parsedown
Safe Mode
1.6.0
Inline Equality
1.5.0 resolve #90
Block Definitions
1.4.0 void markup blocks be marked
Markup
Babel
markupEscaped
1.1.0 improve extensibility of test case
The Release
1.0.0 resolve #105
Мaturity
This is a major release. It introduces a more granular class architecture. This improves extensibility and makes the code easier to read. The release also introduces an interface that allows independent parsing of inline elements.
p.s. There's an implementation detail that I'd like to mention. It is about the use of strpbrk
. I wanted to mention it, because the idea that strpbrk
could replace strpos
came from another project - a Parsedown based project by @cebe. I should also mention that it was brought to my attention by @hkdobrev.
Respect for the Spec
0.9.0 backtick within code span