Skip to content

A plugin to format selected fields in the same way the file content is formatted.

License

Notifications You must be signed in to change notification settings

whiskyechobravo/pelican-formatted_fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formatted fields

This plugin lets you create fields (metadata) that will be formatted in the same way the main file content is formatted.

For example, in a reStructuredText document, you can define fields containing a value in reStructuredText, and it will be translated to HTML.

To select which fields are translated, list them in the FORMATTED_FIELDS setting in your Pelican configuration file:

FORMATTED_FIELDS = ['read_more', 'some_facts']

About

A plugin to format selected fields in the same way the file content is formatted.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages