mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Support semicolon-separated author/tag lists.
Idea borrowed from Docutils. This allows one to write author lists in lastname,firstname format. The code change also means that readers with fancy metadata that can natively represent lists (e.g. Docutils itself, or MD-Yaml) don't have to merge 'em back together for process_metadata's sake.
This commit is contained in:
parent
940eb76b7f
commit
c918380802
6 changed files with 67 additions and 9 deletions
|
|
@ -35,6 +35,12 @@ this metadata in text files via the following syntax (give your file the
|
|||
:authors: Alexis Metaireau, Conan Doyle
|
||||
:summary: Short version for index and feeds
|
||||
|
||||
Author and tag lists may be semicolon-separated instead, which allows
|
||||
you to write authors and tags containing commas::
|
||||
|
||||
:tags: pelican, publishing tool; pelican, bird
|
||||
:authors: Metaireau, Alexis; Doyle, Conan
|
||||
|
||||
Pelican implements an extension to reStructuredText to enable support for the
|
||||
``abbr`` HTML tag. To use it, write something like this in your post::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue