Metadata-Version: 2.4
Name: django-markdown-html-field
Version: 0.1.2
Summary: Django Markdown Field
Author-email: Evgenii Legotckoi <evgenii.legotckoi@gmail.com>
License: MIT
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django>=4.2
Requires-Dist: markdown>=3.9
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: lxml>=4.6.3
Requires-Dist: python-slugify>=8.0.4
Dynamic: license-file

# Django Markdown Field

A Django model field for handling Markdown content with advanced sanitization and extensions support.

## Features

- Markdown field for Django models
- Built-in HTML sanitization
- Support for superscript (^text^) and subscript (~text~) syntax
- Configurable HTML tag and attribute whitelisting
- Automatic handling of external links with nofollow
- Lazy loading for images
- Multi-language URL handling

## Installation

