About Empty Paragraphs within Content Editable Elements
To make empty paragraphs visible within contenteditable
nodes, add <br />
tags inside:
<div contenteditable="true">
<h1>My Motto</h1>
<p><br /></p>
</div>
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You