mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Lowercase metadata field name when comparing with FORMATTED_FIELDS in rST reader
This commit is contained in:
parent
6289452e95
commit
18b626aa8b
4 changed files with 37 additions and 1 deletions
16
pelican/tests/content/article_with_capitalized_metadata.rst
vendored
Normal file
16
pelican/tests/content/article_with_capitalized_metadata.rst
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
This is a super article !
|
||||
#########################
|
||||
|
||||
:TAGS: foo, bar, foobar
|
||||
:DATE: 2010-12-02 10:14
|
||||
:MODIFIED: 2010-12-02 10:20
|
||||
:CATEGORY: yeah
|
||||
:AUTHOR: Alexis Métaireau
|
||||
:SUMMARY:
|
||||
Multi-line metadata should be supported
|
||||
as well as **inline markup** and stuff to "typogrify"...
|
||||
:CUSTOM_FIELD: http://notmyidea.org
|
||||
:CUSTOM_FORMATTED_FIELD:
|
||||
Multi-line metadata should also be supported
|
||||
as well as *inline markup* and stuff to "typogrify"...
|
||||
Loading…
Add table
Add a link
Reference in a new issue