Microsoft.DocAsCode.MarkdownLite.Options.Options C# (CSharp) Method

Options() public method

public Options ( ) : System
return System
        public Options()
        {
            Highlight = null;
            Sanitizer = null;
            LangPrefix = "lang-";
            HeaderPrefix = "";
            XHtml = false;
            Sanitize = false;
            Pedantic = false;
            Mangle = true;
            Smartypants = false;
            Breaks = false;
            Gfm = true;
            Tables = true;
            SmartLists = false;
            ShouldExportSourceInfo = false;
        }
Options