Main honey package.
Honey is a simple markdown parse that translates to weave style html, which can then be inserted into pages.
parse str => html
str---a string, representing the markdown html---a weave style html form
Parses the actual markdown, returing the html. This is the main function for the honey package.