Blame
|
1 | # Math test simple |
||||||
|
2 | |||||||
|
3 | ```math |
||||||
| 4 | \newcommand{\foo}{\mathrm{foo}} |
|||||||
| 5 | ``` |
|||||||
|
6 | |||||||
|
7 | This does not render, $\foo$! |
||||||
|
1 | # Math test simple |
||||||
|
2 | |||||||
|
3 | ```math |
||||||
| 4 | \newcommand{\foo}{\mathrm{foo}} |
|||||||
| 5 | ``` |
|||||||
|
6 | |||||||
|
7 | This does not render, $\foo$! |
||||||