blob: 52e512b5a7c32c590c1c27f57f513315be132210 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
```
% pandoc -f latex -t native
\begin{equation}
[0,1)
\end{equation}
\begin{table}[h]
\end{table}
^D
[ Para
[ Math
DisplayMath "\\begin{equation}\n [0,1)\n\\end{equation}"
]
]
```
|