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 code spans sometimes break depending on text afterwards #60

Open
lucaswerkmeister opened this issue Jan 3, 2015 · 0 comments

Comments

@lucaswerkmeister
Copy link

~~`a`~~`b`

should render as

ab

but on Reddit renders as

ab

Some more examples; the ones on the left are rendered incorrectly, while the ones on the right work fine:

Broken Working
~~a~~b`` ~~a`~~b``
~~a~~b` ~~a`~~``
~~a~~\b` ~~a`~~``

The broken examples remain broken if you insert a line break after the last tilde.

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

No branches or pull requests

1 participant