daniellmb / markdownsharp

Automatically exported from code.google.com/p/markdownsharp
1 stars 0 forks source link

Add Strikethrough #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a new file in the testfiles directory
2. put a line and strike it with ~. ex: ~~this should be striked~~
3. run the sample

What is the expected output? What do you see instead?

I would expect to see the <s></s> tags surrounding 'this should be striked'

What version of the product are you using? On what operating system?

v1.13
Windows 8
VS 2012
.NET 3.5

Please provide any additional information below.

Original issue reported on code.google.com by aschiav...@internationalyouthcongress.org on 5 Sep 2013 at 2:58

dotnetchris commented 8 years ago

Since this doesn't seem to be happening, future readers you might want to look at https://github.com/lunet-io/markdig or another processor http://xoofx.com/blog/2016/06/13/implementing-a-markdown-processor-for-dotnet/