StackExchange / MarkdownSharp

Open source C# implementation of Markdown processor, used by Stack Overflow.
MIT License
249 stars 39 forks source link

Fix #6: Passing MarkdownOptions without specifying EmptyElementSuffix… #7

Closed duncansmart closed 5 years ago

duncansmart commented 5 years ago

… results in broken HTML

NickCraver commented 5 years ago

Hmm, we should default the option, but yes: good fix, thanks!