Hi all,
in the legacy parser source code, I revealed the comment:
|
|
| /// 1. __underline__ ==> <u>underlined</u> |
| /// 2. ^^super^^script ==> <sup>super</sup>script |
| /// 3. ,,sub,,script ==> <sub>sub</sub>script |
| /// 4. --strikethrough-- ==> <del>strikethrough</del> |
|
I've tested those markups and __underline__, ^^super^^ and ,,sub,, works perfectly.
--strikethrough-- markup does not work resp. a parser recognizes it
but instead of rendering strike-over text it simple removes a text
completely (there is no output rendered for it at all).
Is it an intention or a bug?
Or, is there any other way how to achieve strike-over text?
Thanks, Petr