Cats and Code
>^..^<    A Feline-Friendly Space on the Interwebs    >^..^<
A Feline-Friendly Space on the Interwebs

>^..^<   

Markdown Parser

←   Return

Click here for demo

business cat

I often need to create a document formatted in HTML and I have discovered the easiest way is to use 'Markdown'. Since I would like a few added features, I built my own Markdown parser using PHP. Along with standard formatting for headings, links and images, there are some 'shortcodes' that allow for columns, styles and other display options.

This parser is incorporated into several of my other projects, where both the original markdown text and resulting HTML code are both stored.

MARKDOWN PARSER Code

Download

MARKDOWN/data
MARKDOWN/markdown