mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Cleaned up markdown test cases:
- test_article_with_md_extension - test_article_with_mkd_extension - test_article_with_markdown_extension and replaced with: - test_article_with_metadata - test_article_with_file_extensions
This commit is contained in:
parent
56a276d92e
commit
a441596b07
2 changed files with 32 additions and 26 deletions
|
|
@ -1,5 +1,8 @@
|
|||
title: Test md File
|
||||
category: test
|
||||
Title: Test md File
|
||||
Category: test
|
||||
Tags: foo, bar, foobar
|
||||
Date: 2010-12-02 10:14
|
||||
Summary: I have a lot to test
|
||||
|
||||
Test Markdown File Header
|
||||
=========================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue