1 Apr
Wiki to HTML using JavaScript
In building the jQuery API browser, since the source of the API comes from the wiki pages over at docs.jquery.com, I had to handle some wiki parsing and convert it to HTML. However, the more I browsed the API, the more I realised there were aspects of wiki parsing I had missed. So I built a (fairly) [...]