mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
b81ead43e0
In particular, we now allow colons in row names. Closes #8653.
303 B
303 B
% pandoc -f rst -t native
.. role:: py:class(emphasis)
:py:class:`foo`
^D
[ Para [ Emph [ Str "foo" ] ] ]
% pandoc -f rst -t native
:py:class:`foo`
^D
[ Para
[ Code
( ""
, [ "interpreted-text" ]
, [ ( "role" , "py:class" ) ]
)
"foo"
]
]