mkdocs-rss-plugin
mkdocs-rss-plugin copied to clipboard
Missing sanitization of <managingEditor>
If I create a mkdocs.yml file with the contents:
site_name: OpenSavvy Playground
site_author: OpenSavvy & contributors
The generated feed contains:
<title>OpenSavvy Playground</title>
<managingEditor>OpenSavvy & contributors</managingEditor>
The & should be escaped to &.