Hi,
I've a TODO list and I would like to stroke already done tasks. I used the rich-text, the text is stroke there, but on the page items are not stroked.
<p><strong>TODO:</strong></p> <ul> <li><span style="text-decoration: line-through;">Item 1</span></li> <li><span style="text-decoration: line-through;">Item 2</span></li> <li>Item 3</li> <li>Item 4</li> </ul>
Is it possible to allow this construction?
Thanks,
Marián
Stroke test
Testing stroked
text.(shows when typing it)Try manually entering the [s] and [/s] (replace square brackets with gt and lt)
Testing with rich-text enabled
Using rich-text to stroke this text.
I checked rich-text settings and strike-through is activated. I'm thinking source formatting is disabled due to conflicts with the editor. I noticed that when using [pre] the formatting works splendidly. Until Ingo or Michael have a look at the rich-text editor, I'd recommend manually adding strike-through as I indicated in my first post.
Re: stroke test
@Mahvin. Perhaps you can add this node also to the documentation section as you did with the img tag??
Done
Node added to the "How To".
Re: Stroke test
> Try manually entering the [s] and [/s] (replace square brackets with gt and lt)
Great, works.
Thanks