A Django template filter application for highlighting code with Pygments in templates
Project description
Django Pygmentify is a Django template filter application for highlighting code with Pygments in templates.
It is an alternative to Django Pygments, which hasn’t been updated in several years.
Install
$ pip install django-pygmentify
Add to settings.py.
INSTALLED_APPS = [
# ...
'pygmentify',
]
Usage
{% load pygmentify_tags %}
<link rel="stylesheet" href="{% pygmentify_css %}">
{% pygmentify %}
<pre class="python">
print('Hello, world!')
</pre>
{% endpygmentify %}
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
django-pygmentify-0.1.tar.gz
(3.5 kB
view details)
File details
Details for the file django-pygmentify-0.1.tar.gz
.
File metadata
- Download URL: django-pygmentify-0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21036f416cdcd1c922a8e90198d54e38c83610f0112d124df22f81974b040e2e |
|
MD5 | 55cceda3b3adb23000633be33c4f9fa6 |
|
BLAKE2b-256 | 60c63a570eac58e6917e3e3d849a907ddb2e92e01de5f85bbbe65d5ca2ba8ecb |