I know that Glitch Mastodon can parse HTML tags such as <B>test</B> (which is displayed as test), because they're part of Markdown somehow... I wonder what it does for invalid HTML tags, such as test?
<B>test</B>
@vaporeon_ i think it renders it as literal text but we can just test that
@vaporeon_ oh no it strips it
@vaporeon_ i wonder if this is the html sanitizer as opposed to the markdown purrocessor
@aescling Yep, the "such as test" at the end of that question, I typed that as such as <FOO>test</FOO>, and it clearly just ignored the invalid tag
such as <FOO>test</FOO>
A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.
@vaporeon_ i wonder if this is the html sanitizer as opposed to the markdown purrocessor