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