d1444b4ecd
...by parsing them as Span with "role" attributes. This way they can be manipulated in the AST. Closes #3407.
203 B
203 B
% pandoc -f native -t rst
[Para [Span ("",[],[("role","foo")]) [Str "text"]]]
^D
:foo:`text`
% pandoc -f rst -t native
:foo:`text`
^D
[Para [Span ("",[],[("role","foo")]) [Str "text"]]]