You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nick Craver 93f4a187a5
Merge pull request #7 from duncansmart/patch-1
7 years ago
build Solution update + package build 7 years ago
src Fix #6: Passing MarkdownOptions without specifying EmptyElementSuffix results in broken HTML 7 years ago
tests/MarkdownSharp.Tests Use .md file extension 7 years ago
.gitignore Add .gitignore and MIT license 7 years ago
LICENSE Add .gitignore and MIT license 7 years ago
MarkdownSharp.sln Solution update + package build 7 years ago
README.md Solution update + package build 7 years ago
appveyor.yml Remove -alpha moniker, enable MyGet push 7 years ago
build.cmd Solution update + package build 7 years ago
build.ps1 Solution update + package build 7 years ago
version.json Remove -alpha moniker, enable MyGet push 7 years ago

README.md

MarkdownSharp

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

This port is based heavily on the original Perl 1.0.1 and Perl 1.0.2b8 implementations of Markdown, with bits and pieces of the apparently much better maintained PHP Markdown folded into it. There are a few Stack Overflow specific modifications (which are all configurable, and all off by default). I'd like to ensure that this version stays within shouting distance of the Markdown "specification", such as it is...

Note: this build is kept somewhat up to date for those using it (and maintaining old input => result expectations), but CommonMark implementations are what any new users of markdown should look at. The spec is much more strict and deterministic across all cases.