2020-12-30 21:31:28 -08:00
|
|
|
```
|
|
|
|
% pandoc -f mediawiki -t native
|
|
|
|
'''Should be bold '''
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Para [ Strong [ Str "Should", Space, Str "be", Space, Str "bold" ] ] ]
|
2020-12-30 21:31:28 -08:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f mediawiki -t native
|
|
|
|
''' Should be bold'''
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Para [ Strong [ Str "Should", Space, Str "be", Space, Str "bold" ] ] ]
|
2020-12-30 21:31:28 -08:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f mediawiki -t native
|
|
|
|
'' Should be emph ''
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Para [ Emph [ Str "Should", Space, Str "be", Space, Str "emph" ] ] ]
|
2020-12-30 21:31:28 -08:00
|
|
|
```
|
|
|
|
|