Skip to content

Commit 87e181f

Browse files
committed
Review comment: The issue is confirmed on line 128 backticks around #2.
1 parent 8660ffd commit 87e181f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/dfetch_preamble.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
\newcommand{\dfadmonerror}[1]{\begin{tcolorbox}[dferrstyle]{\color{dferror}\sffamily\bfseries#1}\par\smallskip}
126126
% Dispatcher: look up \dfadmon<type>; fall back to note style for unknown types
127127
\newcommand{\dfadmonbegin}[2]{%
128-
\ifcsdef{dfadmon#1}{\csuse{dfadmon#1}{`#2`}}{\dfadmonnote{`#2`}}%
128+
\ifcsdef{dfadmon#1}{\csuse{dfadmon#1}{#2}}{\dfadmonnote{#2}}%
129129
}
130130
% sphinx.sty is loaded by \documentclass before the user preamble runs, so
131131
% sphinxadmonition is already defined here and \renewenvironment works directly.

0 commit comments

Comments
 (0)