This pull request addresses emphasis in HTML output (#9) with a basic system for inline formatting - <span> in html.
Only the impact of ESC E (EnableEmphasisCmd) and ESC @ (InitializeCmd) are applied here, other commands probably exist which will also affect this formatting.
This pull request addresses emphasis in HTML output (#9) with a basic system for inline formatting -
<span>
in html.Only the impact of
ESC E
(EnableEmphasisCmd
) andESC @
(InitializeCmd
) are applied here, other commands probably exist which will also affect this formatting.