hey-red / Markdown

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation page has minor syntax errors

koolraap opened this issue · comments

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.
commented

c43cd7d
Thanks!