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