We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed56ba commit 8ceec36Copy full SHA for 8ceec36
packages/notion-to-jsx/src/components/Renderer/index.tsx
@@ -74,6 +74,7 @@ export const Renderer: React.FC<Props> = React.memo(
74
aria-label="Bulleted list"
75
key={block.id}
76
>
77
+ TEMP
78
{/* <ListBlocksRenderer
79
blocks={blocks}
80
startIndex={i}
@@ -95,11 +96,12 @@ export const Renderer: React.FC<Props> = React.memo(
95
96
result.push(
97
<List
98
as="ol"
- type="1"
99
+ type="numbered"
100
role="list"
101
aria-label="Numbered list"
102
103
104
105
106
107
0 commit comments