blob: 7cd3e486f1945c0111c575002503f4f86a6036c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
```
% pandoc -f textile -t native
p>.
p=. Links:
^D
[ Div
( "" , [] , [ ( "style" , "text-align:right;" ) ] )
[ Para [] ]
, Div
( "" , [] , [ ( "style" , "text-align:center;" ) ] )
[ Para [ Str "Links:" ] ]
]
```
|