Closed kprussing closed 3 years ago
Per the documentation on the bracketed_spans
, a bracket series of inlines is considered a span if (and only if) it is followed by attributes (i.e. [+mwe]{}
). That means the string [+mwe]
is a literal [
followed by +mwe
and then ]
which is not the key.
Consider
which is wrong. The correct result would be the single use expansion in the first case or
\ac{mwe}
for LaTeX.