mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
15 lines
167 B
Markdown
15 lines
167 B
Markdown
```
|
|
% pandoc -f native -t markdown
|
|
[Str "_hi_there"]
|
|
^D
|
|
\_hi_there
|
|
```
|
|
|
|
```
|
|
% pandoc -f native -t markdown-intraword_underscores
|
|
[Str "_hi_there"]
|
|
^D
|
|
\_hi\_there
|
|
```
|
|
|