Closed
Description
md: "echo `$(nothing)`
"
```echo `$(nothing)` ```
tex:
\(echo `$(nothing)`\)
should be:
\(echo `\$(nothing)`\)
Related code:
Documenter.jl/src/Writers/LaTeXWriter.jl
Lines 683 to 687 in cd57c41
TODO:
- Add a test case
Background: JuliaLang/julia#45034 (comment)