So far so good:
https://github.com/rizumu/biblion/commit/553bcd01445c91e64f920aef54e7d6f2999ade0e
LIke mightylemon, this no longer saves the post as html in the database, it parses it on the fly. In the template {% load biblion_tags %} and filter the post {{ post|to_html }}
1. What to do about the teaser. Should it plaintext only, or must it also support a markup type and/or code hiliting?
2. Is it okay to send the entry through the filter in atom.xml? {{ entry|to_html }}
regarding the pygments .css files, maybe it would be better to include only one and the readme? In any case I will regenerated them when a decision is made. (these were made with an older version of pygments).