You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
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.
List is here:
https://flask-misaka.readthedocs.org/en/latest/
Possible issues:
Just brainstorming here. At the moment I'm mainly trying to learn how to use these extensions through experimentation.