Skip to content

Example issues w/ code permalink #1

@mike-north

Description

@mike-north
https://github.com/gh-training/gh-app-starter-python/blob/2c2e6d16c8325d1a19ce4498732b9c85091b9cbd/app.py#L20-L33

app = Flask(__name__)
"""
STATIC PAGES
==============
These pages basically just show static HTML
"""
@app.route('/')
def welcome():
"""Welcome page"""
return render_template("index.html", readme_html=markdown2.markdown_path("./README.md"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions