aboutsummaryrefslogtreecommitdiff
path: root/test/command/7155.md
blob: 49358bf97513a28560a2c5661fb38c4cd6cc77ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% pandoc -f markdown+tex_math_single_backslash -t native
\(x\) \[x\]
\\(x\\) \\[x\\]
^D
[Para [Math InlineMath "x",Space,Math DisplayMath "x",SoftBreak,Str "\\(x\\)",Space,Str "\\[x\\]"]]
```

```
% pandoc -f markdown+tex_math_double_backslash -t native
\(x\) \[x\]
\\(x\\) \\[x\\]
^D
[Para [Str "(x)",Space,Str "[x]",SoftBreak,Math InlineMath "x",Space,Math DisplayMath "x"]]
```