mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
15 lines
187 B
Markdown
15 lines
187 B
Markdown
### What you type
|
|
|
|
~~~
|
|
Inline: $$O(n^2)$$
|
|
|
|
Displayed:
|
|
``` math
|
|
\int_a^b f(t)\, dt = F(b) - F(a)
|
|
```
|
|
~~~
|
|
|
|
### What it looks like
|
|
|
|

|