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
/
latex-command-comment.md
blob: 1a13179258f67515f8c9cb9c26e8b51865df681c (
plain
)
1
2
3
4
5
6
7
```
% pandoc -f latex -t native
\emph%
{hi}
^D
[ Para [ Emph [ Str "hi" ] ] ]
```