mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
1698af8885
Also, if attributes are added explicitly to a paragraph, put it in a Div with the attributes. Closes #8487.
230 B
230 B
% pandoc -f textile -t native
p>.
p=. Links:
^D
[ Div
( "" , [] , [ ( "style" , "text-align:right;" ) ] )
[ Para [] ]
, Div
( "" , [] , [ ( "style" , "text-align:center;" ) ] )
[ Para [ Str "Links:" ] ]
]