- Support for **embeds**, **videos**, **bookmarks**, **files** (converted to markdown links) - Support for **equation block** (converted to markdown code blocks) - Support for page divider
1.0.3
Changelogs:
Breaking Changes
- changes `toString` (in v1.0.2) method to `toMarkdownString`
1.0.2
Changelogs:
- Markdown object returned by `pageToMarkdown` and `blocksToMarkdow` can be converted to markdown string using `toString` - fixed codeblock new line issue