mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08: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
|
|
|
|

|