Is it possible to strike text through in Restructured Text?
Something that for example renders as a <strike> tag when converted to HTML, like:
ReSTructuredText
|
Is it possible to strike text through in Restructured Text? Something that for example renders as a
| ||||
|
feedback
|
|
I checked the docs better, as suggested by Ville Säävuori, and I decided to add the strikethrough like this:
In the document, this can be applied as follows:
Then in my
If anyone feels like posting a neater solution, I'd be glad to see alternatives. Cheers. | |||
|
feedback
|
|
According to the official spec there is no directive for strikethrough markup in ReST. However, if the environment allows for :raw: role or you are able to write your own roles, then you can write a custom plugin for it. | ||||
|
feedback
|