-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Explain the problem.
I wanted to convert rST to other markup languages, where I encountered this edge case:
I really want cho\ **cola**\ te, please!I tested to several output formats, but all have the same issue, so I suppose it's a parser bug.
Run it with e.g.
pandoc -f rst -w markdown test.rstExpected result
I really want cho**cola**te, please!
Actual result
I really want cho\*\*cola\*\*te, please!
The emphasis is escaped, which is not correct behaviour.
Pandoc versions
- Current Arch Linux Build (version 3.4)
- Release (version 3.8.2.1)
Reactions are currently unavailable