-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
- goto Snarky
- attempt to format text with strike through via
~
Results
it renders the ~ as regular text... should be strike through
Failing test...
it('parses strike through', () => {
expect(snarkdown('I like ~HUGE~ tiny libraries')).to.equal('I like <s>HUGE</s> tiny libraries');
});Metadata
Metadata
Assignees
Labels
No labels