Backslash character escapes two following characters
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
> c.makeHtml('\\.**foo**');
Actual: '
.*foo*
'Expected: '
.foo
'> c.makeHtml('\\***foo**\\*');
Actual: '
**foo**
'Expected: '
*foo*
'> c.makeHtml('\\[*a*\\](b)');
Actual: '
[*a*](b)
'Expected: '
[a](b)
'Tested on c245b9e.
```
Original issue reported on code.google.com by `pkoszulinski` on 7 Apr 2013 at 7:30
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.