cweiske / phorkie

Self-hosted pastebin software written in PHP. Pastes are editable, forkable, may have multiple files and are stored in git repositories.
https://cweiske.de/phorkie.htm
GNU Affero General Public License v3.0
216 stars 23 forks source link

Add Markdown parser #8

Closed jnovack closed 12 years ago

jnovack commented 12 years ago

This adds an .md filetype and allows markdown processing.

cweiske commented 12 years ago

Please set the correct MIME type, text/x-markdown - http://stackoverflow.com/questions/10701983/what-is-the-mime-type-for-markdown

jnovack commented 12 years ago

Corrected.