Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
em: Allow escaped underscores in em again
This was a regression in 0.3.4 See issue markedjs#641 Test plan: In node, run ```javascript var marked = require("./lib/marked.js"); marked.parse("_ABC\\_DEF_") > '<p><em>ABC_DEF</em></p>\n' ``` Previously, this would give '<p>_ABC_DEF_</p>\n'
- Loading branch information