JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Strikethrough doesn't work for inline code blocks #44

Closed kdoker closed 3 years ago

kdoker commented 4 years ago

Strikethrough is not applied to the following:

~~`strike through`~~

and the same thing but with bold text works:

**`bold`**