We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9660e12 commit 32aadb9Copy full SHA for 32aadb9
ducksay.dtx
@@ -1894,7 +1894,16 @@ and the derived files ducksay.pdf
1894
% \begin{macrocode}
1895
\NewDocumentCommand \ducksay_eat_argument_tabular_verb:w
1896
{ >{ \ducksay_process_verb_newline:nnn { ~ } { ~ \par } } +v }
1897
- { \ducksay_eat_argument_tabular_inner:w { \scantokens { #1 } } }
+ {
1898
+ \ducksay_eat_argument_tabular_inner:w
1899
1900
+ \group_begin:
1901
+ \tex_everyeof:D { \exp_not:N }
1902
+ \exp_after:wN
1903
+ \group_end:
1904
+ \tex_scantokens:D { #1 }
1905
+ }
1906
1907
% \end{macrocode}
1908
% \end{macro}^^A<<<
1909
%
ducksay.pdf
143 Bytes
0 commit comments