mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
303 stars 57 forks source link

Strike through not recognized #38

Closed mullinmax closed 5 years ago

mullinmax commented 5 years ago

~cross me out~ is not displayed like: ~cross me out~ in the preview

mjbvz commented 5 years ago

According to gfm spec, strike through needs two tildes: ~~strike~~ This already works in the VS Code preview.

One tilde works on github but doesn't seem to be documented as officially supported. Doesn't seem worth the effort to support so closing. If someone develops a markdown-it plugin for this let me know