Files
John MacFarlane 1698af8885 Textile reader: handle empty paragraphs.
Also, if attributes are added explicitly to a paragraph,
put it in a Div with the attributes.

Closes #8487.
2022-12-15 12:38:36 -08:00

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:" ] ]
]