Added
- MarkdownTree and MarkdownForest data structures for storing the documents
- `treeify` function for converting a Markdown document to the Markdown Forest datastructure
- Elementary test cases for parsing
- New Iteration methods for the markdown tree data structure.
Fixed
- Parsing errors and depth errors in the original md2py library