mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
725ec09a10
Support for this (introduced in #6350) disappeared when we made an architectural change.
496 B
496 B
% pandoc -f commonmark+implicit_figures -t native
{#ident width="100%"}
^D
[ Para
[ Image
( "" , [] , [] ) [ Str "caption" ] ( "image.jpg" , "" )
, Str "{#ident"
, Space
, Str "width=\"100%\"}"
]
]
% pandoc -f commonmark -t native
{#ident width="100%"}
^D
[ Para
[ Image
( "" , [] , [] ) [ Str "caption" ] ( "image.jpg" , "" )
, Str "{#ident"
, Space
, Str "width=\"100%\"}"
]
]