Wiki Parser

Introduction

Wiki Parser is probably the coolest class in wikiserver and does the Wiki to HTML translation

It all happens through a call to
void WSWikiParserWikiToHTML(class PageSet* pageset,
                            class WikiSession& session,
                            const char* wiki,
                            int fmt,
                            const class Page* pageref,
                            bool convert);


TODO


  1. #Something
    #Somethingagain
Should be an actual numbered list like Media Wiki?....


WikiServerDeveloper
CategoryWikiServerDevelopment