Skip to content

bekcpear/pelican-rst_with_html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

render rst file with a html5 reader

The default reader of Pelican for rst file inherits the html4css1 Class from docutils, this plugin replaces it with the more modern html5_polyglot Class from docutils. And it will always wrap a <code></code> tag around the literal-block within the <pre></pre> tag.

add

PLUGIN_PATHS = ['path/to/your/plugins']
PLUGINS = ['rst_with_html5']

to pelicanconf.py to use it.

About

Pelican plugin: render rst file with html5 reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages