index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
command
/
5119.md
blob: a816e05907195bc660505d0ffc175b40cafd6ec7 (
plain
)
1
2
3
4
5
6
7
8
9
```
% pandoc -t docbook
hi
^D
<para>
hi
</para>
```