( x . y )
email: frank@consxy.com | resume (pdf)

Package HONEY (link)

Main honey package.

Honey is a simple markdown parse that translates to weave style html, which can then be inserted into pages.

Contents (link)

  • function parse - Parses the actual markdown, returing the html. This is the main function for the honey package.

Function PARSE (link)

Syntax:

parse str => html

Arguments and Values:

str---a string, representing the markdown html---a weave style html form

Description:

Parses the actual markdown, returing the html. This is the main function for the honey package.