Add documentation, scripts for releasing 0.1
[honey] / docs / Reference.md
diff --git a/docs/Reference.md b/docs/Reference.md
new file mode 100644 (file)
index 0000000..9781067
--- /dev/null
@@ -0,0 +1,24 @@
+# Package HONEY
+
+Main honey package.
+
+Honey is a simple markdown parse that translates to weave style html, which can then be inserted into pages.
+
+## Contents
+
+* **function [parse](#function-parse)** - Parses the actual markdown, returing the html.  This is the main function for the honey package.
+
+## Function **PARSE**
+
+#### 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.