Closed jsm28 closed 5 months ago
@jsm28 - would you consider removing the *_after
configuration options and automatically using the closing tag variant if the opening option is an HTML tag?
I've revised things as suggested to handle HTML tags automatically instead of having separate configuration options.
Thank you @AlexVonB and @jsm28!
Special-case use of HTML tags for
sub_symbol
andsup_symbol
. In particular, this allows settingsub_symbol='<sub>'
,sup_symbol='<sup>'
to use raw HTML in the output when converting subscripts and superscripts.