developit / developit/snarkdown
Strikethrough not working
Open
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
1. goto [Snarky](https://snarky.surge.sh/)
2. attempt to format text with strike through via `~`
## Results
it renders the `~` as regular text... _should_ be ~strike through~
Failing test...
```javascript
it('parses strike through', () => {
expect(snarkdown('I like ~HUGE~ tiny libraries')).to.equal('I like HUGE tiny libraries');
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.