GitHub and GitLab both support `$`-style math but backticked math ````markdown $`x = 1`$ ```math x + y = z ``` ```` is far more usable (see [my survey](https://nschloe.github.io/2023/11/16/the-state-of-math-in-markdown.html#comparison-table)). I'd like to see mistune support this syntax as well.
GitHub and GitLab both support
$-style math but backticked mathis far more usable (see my survey). I'd like to see mistune support this syntax as well.