Open
Description
List is here:
https://flask-misaka.readthedocs.org/en/latest/
Possible issues:
- Double-check that the Jinja filters output safe HTML.
- If the site switches to HTTPS at some point and people embed external images hosted on HTTP sites, it will throw security warnings in IE.
- Too many markdown features may lead to output differences due to different frontend and backend parsers. Maybe it would be better to use the same JS parser on both ends? Or just limit the tags to a few things like: strong, em, headers, lists, code?
Just brainstorming here. At the moment I'm mainly trying to learn how to use these extensions through experimentation.