Releases: meshcloud/notion-markdown-cms
Releases · meshcloud/notion-markdown-cms
v0.5.2
fix: correctly escape multi-line block quotes and callouts
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Merge pull request #3 from meshcloud/feature/callout-emoji Feature/callout emoji
v0.4.0
Add support for rendering raw html blocks by including the marker <!--notion-markdown-cms:raw-->
in a fenced code block
v0.3.1
fix for Notion link_preview mention type
v0.3.0
toggle child content now renders at the parent indent level instead of indenting further
Release v0.2.0
- feat: ensure that tables always put the title column first
- feat: improve logging output
- add performance stats for rendering pages
- add debug output for begin/end page rendering, this makes it easier
to spot where errors occured during rendering albeit this is not a
replacement for adding proper error handling down the road
Full Changelog: v0.1.0...v0.2.0
v0.1.0: chore: publish using public flag
also add the yarn lock file to the repo