aboutsummaryrefslogtreecommitdiff
path: root/test/command/6796.md
blob: f51205a81405b062c9802ae7cdefb23281a00d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc -f latex -t markdown
\newcommand{\cL}{\mathcal{L}}
\newcommand{\til}[1]{\tilde{#1}}

$$\til\cL$$

\newcommand{\mc}[1]{\mathcal{#1}}
\newcommand{\dL}{\mc{L}}

$$\til\dL$$
^D
$$\tilde{\mathcal{L}}$$

$$\tilde{\mathcal{L}}$$
```