Kovács János
Results
2
issues of
Kovács János
According to this Stack Overflow discussion, Markdown supports math formulas since May 2022: https://stackoverflow.com/a/72310304/13916115 How do I make use if this in Jetpack Compose?
I tried setting \"fast-preview\": {" + " disabled: true" because if I enter "$$5x = \frac{x+5}{12}$$" the view shows the raw string, just like here, in the chemistry example. I...