An open API service indexing awesome lists of open source software.

https://github.com/martan03/sharpdown

C# library for converting Markdown to HTML
https://github.com/martan03/sharpdown

c-sharp markdown-html markdown2html regex

Last synced: 4 months ago
JSON representation

C# library for converting Markdown to HTML

Awesome Lists containing this project

README

        

# SharpDown

C# library for converting Markdown to HTML

Todo:
- [x] Headings
- [x] Paragraphs
- [x] Line Breaks
- [x] Bold, Italic
- [x] Blockquote
- [x] Lists (ordered and unordered)
- [ ] Code Block
- [ ] Code
- [x] Images
- [x] Horizontal Rules
- [x] Links

Links:
[Author GitHub](https://github.com/Martan03)
[Author website](https://martan03.github.io/Portfolio/)