Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strikethrough not working #100

Open
qualityshepherd opened this issue Jul 17, 2021 · 3 comments · May be fixed by #102
Open

Strikethrough not working #100

qualityshepherd opened this issue Jul 17, 2021 · 3 comments · May be fixed by #102

Comments

@qualityshepherd
Copy link

  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');
});
@jacobmischka
Copy link

Strikethrough requires ~~ typically, which is what this library supports.

jacobmischka added a commit to jacobmischka/snarkdown that referenced this issue Jul 26, 2021
@jacobmischka jacobmischka linked a pull request Jul 26, 2021 that will close this issue
jacobmischka added a commit to jacobmischka/snarkdown that referenced this issue Jul 26, 2021
jacobmischka added a commit to jacobmischka/snarkdown that referenced this issue Jul 26, 2021
@qualityshepherd
Copy link
Author

Strikethrough requires ~~ typically, which is what this library supports.

Fact... and that's also not working...

@jacobmischka
Copy link

Oh I think that web app is outdated? The test I added referenced above worked for me right away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants