Exemplo n.º 1
0
        public override string AfterParse(string html)
        {
            TocParser parser = new TocParser();
            html = parser.InsertToc(html);

            return html;
        }
Exemplo n.º 2
0
        public override string AfterParse(string html)
        {
            TocParser parser = new TocParser();

            html = parser.InsertToc(html);

            return(html);
        }