Dan Lupascu
Dan Lupascu
is `autoCorrect={true}` what you're looking for?
I'm having the same issue, but with the generated HTML. All items will show up as null in the generated HTML.
We have fixed this issue by changing the `numberedListItem` in the schema, and adding the `index` prop: ```javascript const schema = BlockNoteSchema.create({ blockSpecs: { // first pass all the blockspecs...
You can overwrite the `renderTabBar` prop like this: ```javascript renderTabBar={(props, TabNavList) => ( )} ```