A jinja2 extension that adds a {% markdown %} tag to templates.
Project description
# Jinja2 Markdown extension [![Build Status](https://travis-ci.org/danielchatfield/jinja2_markdown.png)](https://travis-ci.org/danielchatfield/jinja2_markdown)
A simple extension for adding a `{% markdown %}{% endmarkdown %}` tag to Jinja.
## Installation
`pip install jinja2_markdown`
## Usage
```python
from jinja2_markdown import MarkdownExtension
jinja_env.add_extension(MarkdownExtension)
```
or
```python
jinja_env = Environment(extensions=['jinja2_markdown.MarkdownExtension'])
```
## Features
### Automatic whitespace gobble
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.
A simple extension for adding a `{% markdown %}{% endmarkdown %}` tag to Jinja.
## Installation
`pip install jinja2_markdown`
## Usage
```python
from jinja2_markdown import MarkdownExtension
jinja_env.add_extension(MarkdownExtension)
```
or
```python
jinja_env = Environment(extensions=['jinja2_markdown.MarkdownExtension'])
```
## Features
### Automatic whitespace gobble
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jinja2_markdown-0.0.3.tar.gz
(2.1 kB
view details)
File details
Details for the file jinja2_markdown-0.0.3.tar.gz
.
File metadata
- Download URL: jinja2_markdown-0.0.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a06290f839ac6f0bfea2e3264b9ed8eb7e99ae50142e958577f63d48d33defa |
|
MD5 | 1eab4525f6e4e1a3330ae90b3bead941 |
|
BLAKE2b-256 | 5593d8654282bdee3a938116644e718ade94a6c870ed599118b091e8007c4436 |