Added test for markdown files using extension md and mkd.

Tests ensure the correct reader is processing file.
This commit is contained in:
Matt Bowcock 2012-05-01 23:19:38 -04:00
commit ec610537be
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Test Markdown File Header
=========================
Used for pelican test
---------------------
The quick brown fox jumped over the lazy dog's back.

View file

@ -0,0 +1,7 @@
Test Markdown File Header
=========================
Used for pelican test
---------------------
This is another markdown test file. Uses the mkd extension.