v0.18.0
This release brings support for "to-do" items. ✅
<en-todo>
Evernote elements will be converted to a Github Flavored Markdown - [ ]
items.
This change also affects unordered lists and will replace asterisks *
symbols with dashes -
.
Compared to the previous version, the resulting Markdown will change like this:
* List item 1 -> - List item 1
* List Item 2 - List item 2
Todo Item 1 - [x] Todo item 1
Todo item 2 - [ ] Todo item 2
Changelog
- 5d54d69 Implement handling todo items with checkboxes (thanks to @xshuai1006 for contributing ✅ )
- 86522ae Announce mdmv project in the README
- 2fba7fa Fix panic in case of nested en-codeblock sections (thanks to @retpoline for reporting the issue! 👏🏻 )
- ab89e28 Use hash from SourceUrl as the backup resource ID (shout out to @dge8 for submitting a fix! 🎉 )
This version brings go version 1.18, updated base images and dependencies