Markdown
Markdown copied to clipboard
Open source C# implementation of Markdown processor, as featured on Stack Overflow.
增加对|表格'''pre的支持
We would like to use this for user-content editing, which means having a safe-mode to protect against html tags. Would it be possible to add a Safe option?
Please add table support that transforms the following to HTML table element with TR/TD: | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is |...