You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sample/index.rst
+44-3Lines changed: 44 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,31 @@ This is **bold** and *italic* and ``inline code``.
11
11
12
12
This is an important note that demonstrates the note admonition support.
13
13
14
+
Some nested content:
15
+
16
+
* First level item in note
17
+
* Another first level item
18
+
19
+
* Second level nested in note
20
+
* Another second level item
21
+
22
+
* Third level nested in note (deep!)
23
+
* Another third level item
24
+
25
+
* Fourth level nested in note (very deep!)
26
+
* Another fourth level item
27
+
28
+
* Fifth level nested in note (extremely deep!)
29
+
* Another fifth level item
30
+
31
+
* Back to fourth level in note
32
+
33
+
* Back to third level in note
34
+
35
+
* Back to second level in note
36
+
37
+
* Back to first level in note
38
+
14
39
.. warning::
15
40
16
41
This is a warning that demonstrates the warning admonition support.
@@ -31,6 +56,14 @@ This is **bold** and *italic* and ``inline code``.
31
56
32
57
This is a warning that demonstrates the warning admonition support.
33
58
59
+
.. warning::
60
+
61
+
This is a warning that demonstrates the nested admonition support.
62
+
63
+
.. warning::
64
+
65
+
This is a warning that demonstrates the even deeper admonition support.
66
+
34
67
.. tip::
35
68
36
69
This is a helpful tip that demonstrates the tip admonition support.
@@ -89,9 +122,17 @@ Some key features:
89
122
* Converts RST to Notion-compatible format
90
123
91
124
* Supports nested bullet points (new!)
92
-
* Deep nesting works too (limited to 2 levels)
93
-
* This limit is described in https://developers.notion.com/reference/patch-block-children "For blocks that allow children, we allow up to two levels of nesting in a single request."
94
-
* Note that the top level bullet-list is the "child" of the "body" so there is really only one level of nesting in the Notion API in one request.
125
+
* Deep nesting now works with multiple levels
126
+
127
+
* Third level nesting is now supported
128
+
* Fourth level also works
129
+
130
+
* Fifth level nesting works too!
131
+
* The upload script handles deep nesting automatically
0 commit comments