mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added test for markdown files using extension md and mkd.
Tests ensure the correct reader is processing file.
This commit is contained in:
parent
faecba6035
commit
ec610537be
2 changed files with 14 additions and 0 deletions
7
tests/content/article_with_md_extension.md
Normal file
7
tests/content/article_with_md_extension.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Test Markdown File Header
|
||||
=========================
|
||||
|
||||
Used for pelican test
|
||||
---------------------
|
||||
|
||||
The quick brown fox jumped over the lazy dog's back.
|
||||
7
tests/content/article_with_mkd_extension.mkd
Normal file
7
tests/content/article_with_mkd_extension.mkd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Test Markdown File Header
|
||||
=========================
|
||||
|
||||
Used for pelican test
|
||||
---------------------
|
||||
|
||||
This is another markdown test file. Uses the mkd extension.
|
||||
Loading…
Add table
Add a link
Reference in a new issue