A Django app for rendering Markdown with real-time preview
Project description
Django Markdown Renderer
Django Markdown Renderer
A Django application that provides a beautiful, real-time Markdown editor and renderer. Perfect for adding Markdown editing capabilities to your Django projects with minimal setup.
Features
Features
- Markdown to HTML rendering
- Live preview
- Safe HTML tags support
- Simple and functional user interface
Installation
- Clone the repository:
git clone [repository-url]
cd markdown-renderer
- Create virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
pip install -r requirements.txt
- Create
.envfile:
DEBUG=True
SECRET_KEY=your-secret-key
ALLOWED_HOSTS=localhost,127.0.0.1
- Run migrations:
python manage.py migrate
- Run development server:
python manage.py runserver
The application will be available at http://127.0.0.1:8000
Usage
- Enter your Markdown text in the editor
- HTML preview will be displayed automatically
- Use the copy button to copy the generated HTML
License
This project is released under the MIT License.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-markdown-renderer-0.1.0.tar.gz.
File metadata
- Download URL: django-markdown-renderer-0.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da244e2701c68b0aca313e7ff3beee09dfcd55ff7789e285171d9ec209a80ef7
|
|
| MD5 |
22e990d7141943c504e8610bf3506b4f
|
|
| BLAKE2b-256 |
cff61bffc9e2d4be1686ab443b4840e8b68d4c748fac1a850a8d0854ce7bc837
|
File details
Details for the file django_markdown_renderer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_markdown_renderer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3550d36613d70751e063d3012ce20dce295cad84ea64de9f5802608450334fde
|
|
| MD5 |
2d1f06e263150885351c65bc7caf2b2d
|
|
| BLAKE2b-256 |
13d6417b8c8bbee0c6b7ef87c2014ee25191b7d07d40998d1eed0a7fd873f5a9
|