mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
d599154394
These were being parsed as inline notes. Now we disallow an inline note followed by attributes, as this is almost certainly meant to be a span. Closes #11409.
157 B
157 B
% pandoc -t native
text^[sup]{.class}^
^D
[ Para
[ Str "text"
, Superscript
[ Span ( "" , [ "class" ] , [] ) [ Str "sup" ] ]
]
]