DevHawk Wiki includes two projects: WikiRenderer and SampleWiki. WikiRenderer is a library for converting wiki markup into HTML. SampleWiki is an ultra-simple ASP.NET web app that uses WikiRenderer (it’s more of a test for WikiRenderer than a real wiki implementation).The reason for creating these seperately is to enable the embedding of wiki-esque functionallity into other web apps. …