mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added unit test to test the markdown file extension.
This commit is contained in:
parent
ffdf8babbf
commit
56a276d92e
2 changed files with 21 additions and 0 deletions
10
tests/content/article_with_markdown_extension.markdown
Normal file
10
tests/content/article_with_markdown_extension.markdown
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
title: Test markdown File
|
||||
category: test
|
||||
|
||||
Test Markdown File Header
|
||||
=========================
|
||||
|
||||
Used for pelican test
|
||||
---------------------
|
||||
|
||||
This is another markdown test file. Uses the markdown extension.
|
||||
Loading…
Add table
Add a link
Reference in a new issue