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 MdComment #12

Closed Cloud-Awesome closed 2 years ago

Cloud-Awesome commented 2 years ago

e.g.

var comment = new MdComment("This is a comment");

produces

<!-- This is a comment -->