Communities

(DEV) Codidact Meta
(DEV) Codidact Meta
(DEV) Writing
(DEV) Writing
Proposals
Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
Q&A HTML tag removal of MathJax inequalities

A MathJax block: Raw Markdown: $$a<b$$ Rendered output: $$a Raw Markdown: A sentence with $a<b$ in it. Rendered output: A sentence with $a

0 answers  ·  posted 2mo ago by trichoplax‭

Question bug
#1: Initial revision by user avatar trichoplax‭ · 2024-07-20T09:09:46Z (about 2 months ago)
HTML tag removal of MathJax inequalities
A MathJax block:

Raw Markdown:
```text
$$a<b$$
```

Rendered output:

$$a<b$$

---

Raw Markdown:
```text
A sentence with $a<b$ in it.
```

Rendered output:

A sentence with $a<b$ in it.

bug