RST writer: don't backslash-escape word-internal punctuation.

Closes #3978.
This commit is contained in:
John MacFarlane
2017-10-16 20:39:19 -07:00
parent d8804f4747
commit cba18c19a6
3 changed files with 25 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
```
% pandoc -t rst
foo_bar*baz
^D
foo_bar*baz
```