flask-markdown icon indicating copy to clipboard operation
flask-markdown copied to clipboard

Markdown jinja2 extension for Flask

Results 11 flask-markdown issues
Sort by recently updated
recently updated
newest added

Hi there ! Just installed your flask extension and I can't seem to get it to work: ```html {% extends "main/main.html" %} {% block body %} {% filter markdown %}...

Is there anyway to incorporate the flask/jinja url_for links into a markdown url? I'm trying [link text]( {{ url_for('my_site.route') }} ), which doesn't work.

I've set `Markdown(app, extensions=['footnotes','toc'])`, and I have my docs generated in HTML, {% filter markdown %}{% include "docs.md" %} {% endfilter %} I'd like to generate a table of contents...

At the moment I am not able to initiate flask-markdown with the application factory pattern. Would be nice if this will be supported in future. from flaskext.markdown import Markdown markdown...

Hi, Python Markdown has the feature of not reseting between uses of `Markdown.convert()` but this is sometimes undesirable. Sometimes it's desirable to do a reset before each call. And this...

Hey, I can't seem to get the md syntax for ~~strike~~ ``` ``` to render, is this inside flask-markdown or elsewhere? Thanks!

Hello, Following the evolution of Flask, an error appears on the "flask-markdown" module. - https://github.com/pallets/flask/pull/5223 - https://github.com/pallets/flask/discussions/5293 Would it be possible to fix the module to fit Flask 3.x. x?...

Based on diff from @SSAdvisor