@@ -23,29 +23,29 @@ Success! 🚀
23
23
24
24
The following [ Notion API block object types] ( https://developers.notion.com/reference/block ) are supported:
25
25
26
- | Block Type | Supported | Notes |
27
- | ----------------- | ------------- | -------------------------------------------------------------------- |
28
- | Paragraph | ✅ Yes | |
29
- | Heading1-3 | ✅ Yes | |
30
- | Callout | ✅ Yes | |
31
- | Quote | ✅ Yes | |
32
- | Bulleted List | ✅ Yes | |
33
- | Numbered List | ✅ Yes | |
34
- | To do | ✅ Yes | |
35
- | Toggle | ✅ (Yes) | Toggle content is included, however the toggle header is not |
36
- | Code | ✅ Yes | |
37
- | Child Pages | ❌ not planned | avoid, they don't mix well with clear site navigation |
38
- | Child Databases | ✅ Yes | renders as table + including child pages, inline-only tables planned |
39
- | Embed | ❌ Missing | unclear, might be undesireable for static sites |
40
- | Image | ✅ (Yes) | captions not supported yet |
41
- | Video | ❌ Missing | |
42
- | File | ❌ Missing | |
43
- | PDF | ❌ Missing | |
44
- | Bookmark | ❌ Missing | |
45
- | Equation | ❌ Missing | |
46
- | Divider | ✅ Yes | |
47
- | Table Of Contents | ❌ not planned | static site generators have their own ToC implementations |
48
- | Breadcrumb | ❌ not planned | static site generators have their own nav implementations |
26
+ | Block Type | Supported | Notes |
27
+ | ----------------- | ------------- | -------------------------------------------------------------------------------------------------------------- |
28
+ | Paragraph | ✅ Yes | |
29
+ | Heading1-3 | ✅ Yes | |
30
+ | Callout | ✅ Yes | |
31
+ | Quote | ✅ Yes | |
32
+ | Bulleted List | ✅ Yes | |
33
+ | Numbered List | ✅ Yes | |
34
+ | To do | ✅ Yes | |
35
+ | Toggle | ✅ (Yes) | Toggle content is included, however the toggle header is not |
36
+ | Code | ✅ Yes | An html block starting with ` <!--notion-markdown-cms:raw--> ` is rendered as raw HTML and not as a fenced block |
37
+ | Child Pages | ❌ not planned | avoid, they don't mix well with clear site navigation |
38
+ | Child Databases | ✅ Yes | renders as table + including child pages, inline-only tables planned |
39
+ | Embed | ❌ Missing | unclear, might be undesireable for static sites |
40
+ | Image | ✅ (Yes) | captions not supported yet |
41
+ | Video | ❌ Missing | |
42
+ | File | ❌ Missing | |
43
+ | PDF | ❌ Missing | |
44
+ | Bookmark | ❌ Missing | |
45
+ | Equation | ❌ Missing | |
46
+ | Divider | ✅ Yes | |
47
+ | Table Of Contents | ❌ not planned | static site generators have their own ToC implementations |
48
+ | Breadcrumb | ❌ not planned | static site generators have their own nav implementations |
49
49
50
50
Support for other block types can be considered once they are available on the official Notion API.
51
51
0 commit comments