Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
I'm just writing an answer in Mathematics, and wanted to include an inequality: ..., if $m<n$, ... On typing this, I got the following message: Unsupported HTML detected The following HTML ...
#1: Initial revision
HTML tag removal logic interferes with inequalities in MathJax
I'm just writing an answer in Mathematics, and wanted to include an inequality: `..., if $m<n$, ...` On typing this, I got the following message: > Unsupported HTML detected > > The following HTML tags and attributes are unsupported and will be removed from the final post: > > <n$,> Now clearly I wasn't trying to write a HTML tag. And writing inequalities is a pretty basic thing in mathematics. In my specific case, I can easily replace it with `$m\le n$` without changing anything relevant, but in general this will not be possible. Before removing any tags, the software should first make sure that it actually is a tag.