hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.
MIT License
134 stars 51 forks source link

Remove options defaults duplication #80

Closed matt-richardson closed 8 years ago

matt-richardson commented 8 years ago

Removes the duplication of defaults for options so that either constructor can be used.

Fixes #79