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
- Host: GitHub
- URL: https://github.com/martan03/sharpdown
- Owner: Martan03
- License: mit
- Created: 2022-11-06T15:40:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T21:46:57.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:48:51.544Z (5 months ago)
- Topics: c-sharp, markdown-html, markdown2html, regex
- Language: C#
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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] LinksLinks:
[Author GitHub](https://github.com/Martan03)
[Author website](https://martan03.github.io/Portfolio/)