@blocknote/xl-odt-exporter 0.31.3 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,6 +129,10 @@ const L = (e) => Array.from({ length: e }, () => /* @__PURE__ */ n("text:tab", {
129
129
  *
130
130
  * (LibreOffice does nicely wrap the list items in the same list element)
131
131
  */
132
+ toggleListItem: (e, t) => /* @__PURE__ */ f("text:p", { "text:style-name": "Standard", children: [
133
+ "> ",
134
+ t.transformInlineContent(e.content)
135
+ ] }),
132
136
  bulletListItem: (e, t, l) => {
133
137
  const s = d(
134
138
  t,