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 4c34462 commit eb04674Copy full SHA for eb04674
packages/xl-odt-exporter/src/odt/defaultSchema/blocks.tsx
@@ -131,15 +131,15 @@ export const odtBlockMappingForDefaultSchema: BlockMapping<
131
},
132
133
bulletListItem: (block, exporter) => (
134
- <TextList text:style-name="List_1">
+ <TextList text:style-name="LFO1">
135
<TextListItem>
136
<TextP>{exporter.transformInlineContent(block.content)}</TextP>
137
</TextListItem>
138
</TextList>
139
),
140
141
numberedListItem: (block, exporter) => (
142
- <TextList text:style-name="Numbering_1">
+ <TextList text:style-name="LFO3">
143
144
145
0 commit comments