Skip to content

stephrdev/django-markymark

Repository files navigation

django-markymark

Latest Version

CI Status

Coverage Status

Documentation Status

django-markymark provides helpers and tools to integrate markdown into Django.

Features

  • Django form fields to integrate the bootstrap markdown editor (without the dependency on bootstrap)
  • django-filer integration
  • django-anylink integration

Requirements

django-markymark supports Python 3 only and requires at least Django 3.2

Prepare for development

A Python 3 interpreter is required in addition to Poetry.

$ poetry install

Now you're ready to start the example project to experiment with markymark.

$ poetry run python examples/manage.py runserver

Resources