django-markdown-editor
django-markdown-editor copied to clipboard
Simple template tag to render the editor
Hi all, I've a template which rather than using forms, calls an API directly. I'd like to include the martor editor in the page. Is there a simple way of inserting something like {{ martorfield }} into the middle of some form html to add the markdown editor with a relevant html form element name?