3.1.3 (2021-10-21)
- add @barbados-clemens as a contributor (4b81cba)
3.1.2 (2021-10-21)
- scully: null check cover and icon before processing (c034ef6)
3.1.1 (2021-10-21)
- scully: ensure to get the plugin options after plugin has been registered (4e9571e)
3.1.0 (2021-10-20)
- bump notionClient dep (cca14f4)
3.0.0 (2021-10-20)
- scully: -
NotionPluginOptions
->NotionDomPluginOptions
- html: expose MarkdownParser (600ed9c)
- markdown: support Divider now (37116e7)
- scully: support icon, cover, and more customization for Page Properties (2b9e1ac)
- v4-types: widen file type for cover (26868bc)
2.4.0 (2021-10-18)
- markdown: add youtube video processor to process youtube url (6e4f99c)
- markdown: change paragraph parser to have EOL before and after (2ab15c8)
2.3.2 (2021-10-16)
- html: coerce plain text language to none (ca9057a)
2.3.1 (2021-10-16)
- markdown: parse callout with div (50d0537)
2.3.0 (2021-10-14)
- scully: instantiate a global notion instead (686dec7)
2.2.2 (2021-10-14)
- markdown: add EOL_MD to before blockquote (fcc90cf)
2.2.1 (2021-10-13)
- update README for v4-types (69d7898)
2.2.0 (2021-10-13)
- html: use v4-types and update to notion 0.4 (82bf4d7)
- markdown: use v4-types and update to notion 0.4 (1431612)
- scully: use v4-types and update to notion 0.4 (40c3e16)
- v4-types: add v4-types (9806b41)
2.1.1 (2021-10-03)
- markdown: annotate text first before annotate link (0159038)
2.1.0 (2021-10-02)
- markdown: add imageAsFigure to parser options to parse image as figure element (ffce05a)
- html: use Partial for MarkdownParserOptions instead (0224a5e)
2.0.5 (2021-10-02)
- html: add codeTransformer to return correct template for correct highlighter (ef4a8fd)
2.0.4 (2021-10-02)
- markdown: adjust format of codeBlockParser (7c881a5)
2.0.3 (2021-10-02)
- markdown: double EOL for paragraph and adjust CodeBlock Parser (2a4f122)
2.0.2 (2021-10-01)
- markdown: null check children before recusive call (6d96a01)
2.0.1 (2021-10-01)
- scully: move scully to peerDep instead (7171397)
- html: fix highlight.js dep (45fa3db)
2.0.0 (2021-09-30)
- scully: Scully version has been bumped to v2
- html: HTML Parser now uses Markdown parser. Please check README for details
- html: use Markdown parser (9882e90)
- markdown: add markdown parser (6ed8398)
- scully: bump scully version (025c3a1)
1.0.4 (2021-09-24)
- scully: adjust Formula and RollUp block type to match NotionAPi (53e895c)
1.0.3 (2021-09-08)
- html: fix list items being undefined (1b95be1)
1.0.2 (2021-09-08)
- html: grab plain text as plain image caption instead of captionTransformer (2e36175)
1.0.1 (2021-09-08)
- html: use image caption as alt if available. fix "this" issue (5831dac)