Releases: IonicaBizau/medium-editor-markdown
Releases · IonicaBizau/medium-editor-markdown
3.2.3
3.2.1
new release
3.2.0
fix example and upgrade dependencies, 3.2.0
3.1.0
- Handle custom rules
- Add option to enable use of the medium-editor editableInput event #57
Thanks @peterchappell! 🍰
3.0.1
3.0.0
Breaking changes:
- Rename
toMarkdownOptions
intotoTurnDownOptions
. - Rename
ignorebuiltinconverters
intoignoreBuiltinConverters
.
Switched from to-markdown to turndown as the project got renamed.
/cc #48 Thanks @sunilhari! 🍰
2.6.1
- Updated the README.md following the new template. 📝
- Add the Patreon link in the README.md file. If you like what I'm doing, supporting me would be awesome! Even one dollar / month would be helpful! Thanks! ❤️
2.6.0
Republish
2.5.0
Allow sending options to the toMarkdown function.
- Updated the dependencies versions.
- Pass options to
toMarkdown
. Thanks to @annayafi! 🍰 - Fixed the buttons in the example.
- Updated the ME version (CSS and JS).