nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Strikethrough effect missing #43

Closed spaasis closed 6 years ago

spaasis commented 7 years ago

Hi,

Just noticed that I can't get the strikethrough effect in the extension.

Steps to replicate: Add any string encapsulated with ~~ (for example ~~example~~) Expected behavior: Encapsulated string is enhanced with the strikethrough effect Actual behavior: Effect is not applied, ~'s are shown in the panel

Version 0.7.1.30398, installed through Plugin Manager.

nea commented 7 years ago

Hey @simopaasisalo

Strike through is currently still in specification discussion of Commonmark and therefore not included. But I will switch to a different Markdown implementation soon, which will support this.

Sorry about the confusion

nea commented 6 years ago

Hi @simopaasisalo

Sorry for the long delay but I just released 0.8.0.

With the change to Markdig strikethrough should work now via ~~.

Best