Blame
|
1 | # Math test simple |
||||||
|
2 | |||||||
|
3 | ```math |
||||||
|
4 | \newcommand{\LetThereBe}[2]{\newcommand{#1}{#2}} \newcommand{\letThereBe}[3]{\newcommand{#1}[#2]{#3}} |
||||||
|
5 | \letThereBe{\addTag}{2}{\cssId{#1-#2}{\tag{#2}}} \letThereBe{\refTag}{2}{\href{###1-#2}{(\text{#2})}} |
||||||
|
6 | \LetThereBe{\foo}{\mathrm{foo}} |
||||||
|
7 | ``` |
||||||
|
8 | |||||||
|
9 | This does not render, $\foo$! |
||||||
