{- - = Creole syntax parser - This module provides wiki syntax parser which is **maybe** compatible with Creole 1.0.\\ - The grammer of Creole 1.0 is can be seen from following URL. - - * http://www.wikicreole.org/wiki/Creole1.0 - - == Download - - * http://return0.dyndns.org/hscreole/Creole.hs - - You might suspect why only the source code is distributed,\\ - but it is only because of the troublesome. - - == Usage - {{{ - import Creole - main = print $ parseHtml "= heading\nparagraph.\n\n* list\n* list\n\nhttp://example.org" - }}} - - and you will get following string. - - {{{ -
paragraph.
-