Files
pandoc/test/command/8487.md
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

15 lines
230 B
Markdown

```
% pandoc -f textile -t native
p>.
p=. Links:
^D
[ Div
( "" , [] , [ ( "style" , "text-align:right;" ) ] )
[ Para [] ]
, Div
( "" , [] , [ ( "style" , "text-align:center;" ) ] )
[ Para [ Str "Links:" ] ]
]
```