mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
58447bba98
Closes #4653. Note that this only affected LaTeX in markdown. Added regression test.
9 lines
121 B
Markdown
9 lines
121 B
Markdown
```
|
|
% pandoc -t latex
|
|
\let\tex\TeX
|
|
\renewcommand{\TeX}{\tex\xspace}
|
|
^D
|
|
\let\tex\TeX
|
|
\renewcommand{\TeX}{\tex\xspace}
|
|
```
|