Skip to content

v0.11.0

Choose a tag to compare

@youtyan youtyan released this 11 Jan 21:21
· 10 commits to main since this release
9d8f93c

What's New

Added

  • Bidirectional Extended Markdown Support: Full support for extended markdown syntax in both directions
    • Markdown → Notion: create-page-simple, append-blocks-simple now support extended syntax
    • Notion → Markdown: retrieve-page, get-block-children now output extended syntax
  • Extended Markdown Syntax: New block types and inline formatting
    • Toggle: <details><summary>title</summary>content</details>
    • Callout: > [!NOTE], > [!WARNING], > [!TIP], > [!IMPORTANT], > [!CAUTION]
    • Equation: $$E = mc^2$$ (block), $inline$ (inline)
    • Underline: <u>text</u> or ++text++
    • Color: {color:red}text{/color}, {bg:yellow}text{/bg}
    • Bookmark: [bookmark](url) or [bookmark:caption](url)
    • Columns: :::columns / :::column / :::
    • Media embeds: @[embed](url), @[video](url), @[audio](url), @[file](url), @[pdf](url)

Improved

  • Test Coverage: Added comprehensive tests for all extended markdown conversions (411 tests total)
  • Documentation: Added Extended Markdown section to README with syntax examples

Full Changelog: v0.10.2...v0.11.0