Thanks to visit codestin.com
Credit goes to github.com

Skip to content

johnnyRose/MarkDom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkDom

MarkDom is a Markdown parser implemented in C# using recursion and regular expressions.

An advantage to markdom is that instead of simply replacing the input Markdown with HTML output, MarkDom generates a simple Document Object Model to enable interaction with the structured Markdown data.

Another advantage to this approach is to allow transformation to formats other than HTML, such as PDF, Word, or any other formatted document.

This has not been put through the wringer yet, so if you use this, please let report any issues you find. Pull requests are welcome.

For a live demo, I'm currently dogfooding v0.1.0 on my personal site's blog.

About

A C# Markdown parser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages