developit / developit/snarkdown
in inline html, attribute values are incorrectly parsed as markdown
Open
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
Test case:
```js
snarkdown(`link`)
```
[JSFiddle link](http://jsfiddle.net/x6ub3dfr/)
expected result:
```html
link
```
actual result:
```html
link
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.