mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
RST writer: don't backslash-escape word-internal punctuation.
Closes #3978.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
```
|
||||
% pandoc -t rst
|
||||
foo_bar*baz
|
||||
^D
|
||||
foo_bar*baz
|
||||
```
|
||||
Reference in New Issue
Block a user