Releases: souvikinator/notion-to-md
Releases · souvikinator/notion-to-md
v2.5.6
What's Changed
- Add comments, add blockIds to MarkdownBlock by @Marviel in #64
- Add default return value in setCustomTransformer callback function by @kungpaogao in #65
- feat: add markdown for equation and inline equations by @zirkelc in #66
- Fixed typos and oversights in Readme by @alvinometric in #68
- Render nested page by @souvikinator in #67
New Contributors
- @Marviel made their first contribution in #64
- @kungpaogao made their first contribution in #65
- @zirkelc made their first contribution in #66
- @alvinometric made their first contribution in #68
Full Changelog: v2.5.5...v2.5.6
v2.5.5
Changelog
- Fix: callout block children not getting rendered properly. #48
Full Changelog: v2.5.4...v2.5.5
v2.5.4
What's Changed
- feat: Support sync or async function for custom transformers by @dantehemerson in #45
- changed
plain text
totext
in code block #47
Full Changelog: v2.5.3...v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
What's Changed
- fix: handle empty titles in toggle by @froger in #40
- feat: add setCustomTransformer. Customize parsing! by @froger in #39
more details here: https://github.com/souvikinator/notion-to-md/wiki/API#setcustomtransformertype-func
New Contributors
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- Fixes #33 Notion blocks like
child_page
,link_to_block
,child_database
will have block id as the URL parameter
- Fixes #36 support for
toggle
block is now live.
Full Changelog: v2.3.4...v2.4.0