neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
863 stars 153 forks source link

markdownx.js should add event listener for formset:added #275

Open jpmckinney opened 3 weeks ago

jpmckinney commented 3 weeks ago

Otherwise, MarkdownX's JS behavior is not attached to new inline form elements.

See https://docs.djangoproject.com/en/5.1/ref/contrib/admin/javascript/

Follow up to https://github.com/neutronX/django-markdownx/issues/113