mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1669 from zackw/semicolon-separated-author-lists
Support semicolon-separated author/tag lists
This commit is contained in:
commit
a8d41e0c57
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