Skip to main content

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.

Markdown Renderer Demo

Features

Features

  • Markdown to HTML rendering
  • Live preview
  • Safe HTML tags support
  • Simple and functional user interface

Installation

  1. Clone the repository:
git clone [repository-url]
cd markdown-renderer
  1. 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
  1. Create .env file:
DEBUG=True
SECRET_KEY=your-secret-key
ALLOWED_HOSTS=localhost,127.0.0.1
  1. Run migrations:
python manage.py migrate
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-markdown-renderer-0.1.0.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_markdown_renderer-0.1.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file django-markdown-renderer-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-markdown-renderer-0.1.0.tar.gz
Algorithm Hash digest
SHA256 da244e2701c68b0aca313e7ff3beee09dfcd55ff7789e285171d9ec209a80ef7
MD5 22e990d7141943c504e8610bf3506b4f
BLAKE2b-256 cff61bffc9e2d4be1686ab443b4840e8b68d4c748fac1a850a8d0854ce7bc837

See more details on using hashes here.

File details

Details for the file django_markdown_renderer-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_markdown_renderer-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3550d36613d70751e063d3012ce20dce295cad84ea64de9f5802608450334fde
MD5 2d1f06e263150885351c65bc7caf2b2d
BLAKE2b-256 13d6417b8c8bbee0c6b7ef87c2014ee25191b7d07d40998d1eed0a7fd873f5a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page