Github single tilde strikethrough #1351
Labels
P2
A bug or feature request we're likely to work on
package:markdown
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
I'm using this library through flutter_markdown and I'm having issues supporting single tilde
~
strikethrough.From the Github Flavored Markdown specification I can see that single tilde should also produce strike through text.
My reproducible example
Generates the following outputs
As you can see in the last console screenshot, the lack of
<del>
elements in the second line is the problem and the reason why I decided to create the bug in this repository instead of creating it influtter_markdown
.flutter doctor
Any ideas? What am I missing?
Cheers
The text was updated successfully, but these errors were encountered: