Skip to content

Releases: souvikinator/notion-to-md

v1.0.4

08 Dec 15:16
Compare
Choose a tag to compare

Changelogs:

  • Support for embeds, videos, bookmarks, files (converted to markdown links)
  • Support for equation block (converted to markdown code blocks)
  • Support for page divider

v1.0.3

06 Dec 20:43
Compare
Choose a tag to compare

Changelogs:

Breaking Changes

  • changes toString (in v1.0.2) method to toMarkdownString

v1.0.2

06 Dec 20:38
Compare
Choose a tag to compare

Changelogs:

  • Markdown object returned by pageToMarkdown and blocksToMarkdow can be converted to markdown string using toString
  • fixed codeblock new line issue

v1.0.1

05 Dec 20:25
b19486f
Compare
Choose a tag to compare

Changelogs:

  • Block -> Markdown
  • Blocks -> Markdown (nested)
  • Page -> Markdown (nested)