Markdown Parser
DEMO
This markdown parser is coded in PHP and performs a series of 'explode' operations on a text string to isolate various character combinations. In some instances, the end-of-line symbol is the delimiter and in other instances a set of characters is used to determine characters to replace with html tags.
The 'data' folder contains a file for markdown text and for html text.
MARKDOWN/data

The 'markdown' folder contains a file for each html tag replacement.
MARKDOWN/markdown
