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
New {% markdown %}...{% endmarkdown %} Jinja template tag (documentation here) for rendering blocks of Markdown content. This accepts optional attributes for controlling the Markdown renderer, for example {% markdown extra_attrs="p:id,class a:name,href" %}. #14
Markdown image tags of the form  are now supported by default. This change could break backwards-compatibility for some installations, hence the 2.0 version number. #10