Skip to main content

A flask extension that adds a {% markdown %} tag to templates.

Project description

# Flask Markdown extension

A simple extension for adding a `{% markdown %}{% endmarkdown %}` tag to Jinja templates.

## Installation

`pip install flask_markdown2`

## Usage

```python
from flask.ext.markdown import markdown

app = Flask()

markdown(app)

```


## Features

### Automatic indentation detection

This works:

```
<article class="article container-very-tight pad-medium highlight-first">
{% markdown %}
Terms of Service
================

In short, we run this website called Volcanic Pixels and you are more
than welcome to use it and the products distributed through it. All we
ask is that you don't use it for things which are illegal or harmful.

***

...
{% endmarkdown %}
</article>
```

## Want a new feature? Bug report?

Open an issue on github, or better submit a pull request.

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_markdown2-0.0.3.tar.gz (1.6 kB view hashes)

Uploaded Source

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