- 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');
});