Skip to main content

可以在flask中查看markdown代码

Project description

1.导入方法

pip install flask-markdown
    from flask import Flask
    from flask-markdown import flask_markdown
    app=Flask(__name__)
    app.config["markdown_path"]="./markdown"
    md=flask_markdown(app)

2.函数使用

确保目录结构为以下结构

app.py

markdown 为config中的路径

2.1 markdown_to_html

使用方法

    {{ md.markdown_to_html("markdown代码") }}

确保你已经导入本库

2.2 render_markdown

使用方法

    @app.route("/")
    def index():
        return render_markdown("在markdown_path路径下的文件.md")

确保你的markdown_path无误

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-markdown-to-html-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

flask_markdown_to_html-0.1.0-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page