mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Keep raw metadata text (but for summary)
This commit is contained in:
parent
cbc609c8f0
commit
9c4b40fd35
3 changed files with 6 additions and 1 deletions
|
|
@ -9,3 +9,4 @@ This is a super article !
|
|||
:summary:
|
||||
Multi-line metadata should be supported
|
||||
as well as **inline markup**.
|
||||
:custom_field: http://notmyidea.org
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ class RstReaderTest(unittest.TestCase):
|
|||
' <strong>inline markup</strong>.',
|
||||
'date': datetime.datetime(2010, 12, 2, 10, 14),
|
||||
'tags': ['foo', 'bar', 'foobar'],
|
||||
'custom_field': 'http://notmyidea.org',
|
||||
}
|
||||
|
||||
for key, value in expected.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue