mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 05:35:38 +00:00
Also, if attributes are added explicitly to a paragraph, put it in a Div with the attributes. Closes #8487.
15 lines
230 B
Markdown
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:" ] ]
|
|
]
|
|
```
|