apache / apache/infrastructure-pelican
GFM plugin does not generate correct metadata classes
Open
bug
- Dominant language
- Python
- Stars
- 3
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
The GFM plugin returns all metadata items as strings.
This is in contrast to the Pelican plugins which return some items as classes.
For example, tags are return as a list of one or more Tag objects, and author(s) as a list of one or more Author objects.
This relates to #61
The plugin should use the relevant methods in the BaseReader class to populate the metadata.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.