chiark / gitweb /
m.htmlsanity: graceful docutils error handling in the render_rst filter.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 29 Mar 2019 10:35:31 +0000 (11:35 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 29 Mar 2019 12:44:31 +0000 (13:44 +0100)
commit543261843706be1d7af35ed0e9e979b87e43538c
tree41e27fd6d5a5d81a2bb8cf79117e610a30e2795a
parent97704a5f65dbc32ff19c24e634bec1962ac8216f
m.htmlsanity: graceful docutils error handling in the render_rst filter.

Like I did for Pelican 4.
pelican-plugins/m/htmlsanity.py
pelican-plugins/m/test/htmlsanity_parse_error/page.rst [new file with mode: 0644]
pelican-plugins/m/test/test_htmlsanity.py