Cloud-Awesome / markdown-maker

Lightweight library to assist creation of .md files (in GitHub and/or DocFX flavours)
MIT License
0 stars 0 forks source link

Add MdStrikeThroughText #13

Closed Cloud-Awesome closed 2 years ago

Cloud-Awesome commented 2 years ago

e.g.

var comment = new MdStrikeThroughText("This is a now redundant");

produces

~~This is a now redundant~~

for this:

This is a now redundant