Add documentation, scripts for releasing 0.1
[honey] / docs / Reference.md
1 # Package HONEY
2
3 Main honey package.
4
5 Honey is a simple markdown parse that translates to weave style html, which can then be inserted into pages.
6
7 ## Contents
8
9 * **function [parse](#function-parse)** - Parses the actual markdown, returing the html.  This is the main function for the honey package.
10
11 ## Function **PARSE**
12
13 #### Syntax:
14
15 **parse** _str_ => _html_
16
17 #### Arguments and Values:
18
19 _str_---a string, representing the markdown  
20 _html_---a weave style html form  
21
22 #### Description:
23
24 Parses the actual markdown, returing the html.  This is the main function for the honey package.