Latest posts:

Markdown quotes and blockquotes

Learn how to create quotes and blockquotes in Markdown using the '>' character or with inline HTML using the <q> and <blockquote> elements, with examples.

Last Updated:
Tags: Markdown

Adding django-tinymce rich text editor to Django Admin forms

Here's how I added the rich text editor TinyMCE to my Django project's admin forms, using django-tinymce.

Last Updated:
Tags: django, tinymce