Skip to content

Strikethrough not working #100

@qualityshepherd

Description

@qualityshepherd
  1. goto Snarky
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions