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.
2 parents b425ae1 + 5d612ac commit 548afefCopy full SHA for 548afef
src/blocks/helpers/nested-list.vue
@@ -2,7 +2,7 @@
2
<ul v-if="type === 'bulleted_list'" class="notion-list notion-list-disc">
3
<slot />
4
</ul>
5
- <ol v-else class="notion-list notion-list-numbered" :start="start">
+ <ol v-else class="notion-list notion-list-numbered">
6
7
</ol>
8
</template>
0 commit comments