What's Changed
- decouple the HTML writer from the AST parser 💥 by @xxxserxxx in #15
- This is breaking change for the users of
godjotlibrary - In order to migrate to new version you should use
djot_html.New(...)API instead of olddjot_parser.NewConversionContext(...)methods - Old code will no longer compile
- This is breaking change for the users of
New Contributors
- @xxxserxxx made their first contribution in #15
Full Changelog: v1.0.6...v2.0.0