hey-red / Markdown

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

Documentation page has minor syntax errors #69

Closed koolraap closed 8 years ago

koolraap commented 8 years ago

At https://github.com/Kiri-rin/markdownsharp:

  1. Missing equals sign.
  2. Missing captial L.
var options *Equals Goes Here* new MarkdownOptions 
{
    AutoHyperlink = true,
    AutoNewlines = true,
    *Capital L goes Here*inkEmails = true,
    QuoteSinleLine = true,
    StrictBoldItalic = true
}

3. Single spelt incorrectly in QuoteSinleLine. Not sure if this is intentional/legacy.
hey-red commented 8 years ago

https://github.com/Kiri-rin/markdownsharp/commit/c43cd7d9e13fa37388502a3f457e5a746e5d0e31 Thanks!