The SKIP hot code tells Asutype to just type the enclosed block of text or hot codes as-is into the target document, without any attempt to process it.
Code | Action | Example |
<SKIP>a block of normal text or other hot codes</SKIP> | Ignore all hot codes in the block of normal text or other hot codes and output it to the target document as-is. | <SKIP><b>This is a HTML line</b></SKIP> will result: <b>This is a HTML line</b> |
Notes: