6174 / 6174/pagedown

Backslash character escapes two following characters

Open
#55 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.