The generated PDF is incorrect when including latex code block with comment #346
Answered
by
zousiyu1995
zousiyu1995
asked this question in
Q&A
-
The minimum working example is as follows,
\documentclass{article}
\usepackage{xcolor}
\usepackage{minted}
\definecolor{mintbg}{rgb}{0.95,0.95,0.95}
\setminted{%
bgcolor=mintbg,
baselinestretch=1,
breaklines=true,
breakanywhere=true,
}
\usepackage{markdown}
\markdownSetup{
hybrid=true,
fencedCode=true,
}
\begin{document}
\markdownInput{test.md}
\end{document} The |
Beta Was this translation helpful? Give feedback.
Answered by
zousiyu1995
Aug 31, 2023
Replies: 1 comment 1 reply
-
I made a mistake. When |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Witiko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made a mistake. When
hybrid=true
,%
will be interpreted as a comment mark.