diff options
-rw-r--r-- | doc/htmlcmds.doc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc index 12347ab..8af2305 100644 --- a/doc/htmlcmds.doc +++ b/doc/htmlcmds.doc @@ -87,6 +87,8 @@ of a HTML tag are passed on to the HTML output only <li><tt>\</SMALL\></tt> Ends a <tt>\<SMALL\></tt> section. <li><tt>\<SPAN></tt> Starts an inline text fragment with a specific style (HTML only) <li><tt>\</SPAN></tt> Ends an inline text fragment with a specific style (HTML only) +<li><tt>\<S\></tt> Starts a section of strike through text. +<li><tt>\</S\></tt> Ends a section of strike through text. <li><tt>\<STRIKE\></tt> Starts a section of strike through text. <li><tt>\</STRIKE\></tt> Ends a section of strike through text. <li><tt>\<STRONG\></tt> Starts a section of bold text. |