如何在 lstinline 中插入 $

how to insert $ in lstinline

在 lstinline 中翻译一些代码时,我发现

\passthrough{\lstine!xxx!}

我想插入$,我知道在乳胶中应该是

lstinline !$$$!

但是,我在markdown中使用,我输入像

`$` => lstinline !$!

`$$$` => lstinline !$\$$!

谁知道如何在markdown中插入$?谢谢。

参考:https://github.com/jgm/pandoc/issues/4713

我已经解决了问题,https://github.com/jgm/pandoc/issues/4713 通过设置

latex \lstset{mathescape=false}

现在看来 pandoc 打开时有一个错误 mathescape=true