developit / developit/snarkdown
Escaping doesn't work properly
Open
bug
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
**input**
```
this\*is\*important
```
**actual**
```
this\*is\*important
```
**expected**
https://babelmark.github.io/?text=this%5C*is%5C*important
```
this*is*important
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.