Replies: 1 comment 5 replies
-
For character styles the opendocument output should look like: <text:span text:style-name="Strikeout">Get out</text:span> It appears fairly easy to implement? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Based on the manual and this open issue (#2106) I surmised the use of a
custom-style
was not working for ODT output. However, I found this message:bde3d76
This applies to
div
[block]elements. but currently there is nospan
[inline] support:Did the addition of support for block elements (the code change is fairly minimal, though I don't undrstand Haskell) make it easier to implement inline ones?
Beta Was this translation helpful? Give feedback.
All reactions