All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Until packages are at 1.0.0, MINOR version changes may be breaking.
- Revert wrapping code blocks in
pre
andcode
because Prism breaks them. A better fix is coming soon.
- Initial alpha release. There are probably still bugs.
decreateListItemDepth
no longer throws an error for non list nodes.
- Support for setting the language for syntax highlighting
- Basic indent prediction on enter
- Wrap code blocks in
pre
andcode
instead ofdiv
by default
- Support for
renderBlock
, while maintainingrenderNode
support