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 does not work in code blocks #34

Open
JHaller27 opened this issue Oct 26, 2018 · 1 comment
Open

Strikethrough does not work in code blocks #34

JHaller27 opened this issue Oct 26, 2018 · 1 comment
Assignees
Labels

Comments

@JHaller27
Copy link

Strikethroughs in code blocks formatted with strikethrough (rather than displaying bare symbols).

Example:

Code Expected Actual Comment
~~text~~ text text Good so far
`~~text~~` ~~text~~ text Strikethrough should not display
`**text**` **text** **text** For example, bold works as expected
@SyntaxRules
Copy link
Member

I pulled up the showdown editor and confirmed that this is not an issue in the latest showdown.js. That means its likely that upgrading the showdown.js dependency in package.json will fix this issue.

If you care to speed up the process, could you check that upgrading the showdown version solves this issue for you? In any regard, I'll release a new version: 1.2.0 soon and check it there.

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

No branches or pull requests

2 participants