We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8660ffd commit 87e181fCopy full SHA for 87e181f
1 file changed
doc/dfetch_preamble.inc
@@ -125,7 +125,7 @@
125
\newcommand{\dfadmonerror}[1]{\begin{tcolorbox}[dferrstyle]{\color{dferror}\sffamily\bfseries#1}\par\smallskip}
126
% Dispatcher: look up \dfadmon<type>; fall back to note style for unknown types
127
\newcommand{\dfadmonbegin}[2]{%
128
- \ifcsdef{dfadmon#1}{\csuse{dfadmon#1}{`#2`}}{\dfadmonnote{`#2`}}%
+ \ifcsdef{dfadmon#1}{\csuse{dfadmon#1}{#2}}{\dfadmonnote{#2}}%
129
}
130
% sphinx.sty is loaded by \documentclass before the user preamble runs, so
131
% sphinxadmonition is already defined here and \renewenvironment works directly.
0 commit comments