summaryrefslogtreecommitdiff
path: root/_posts/2013-12-13-mdengine.markdown
blob: 4555659c09125076a099f17e15153cc1642279a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: post
title: MDEngine
description: A drag-and-drop PHP script enabling simple serving of rendered Markdown files.
date: 2013-12-13 00:00:00
category: projects
---

MDEngine was born of my need to serve static Markdown files simply and beautifully. I accomplished this by creating MDEngine, the PHP Markdown Engine.

It’s extremely lightweight and takes the form of a small collection of files you can drop into any web directory served with Apache which will then serve all `.md` files as beautiful HTML. MDEngine is [available on GitHub](https://github.com/bburwell/mdengine).