# By adi
# Via adi
* 'master' of https://github.com/adi-/django-markdownx:
  Update README.md

Conflicts:
	README.md
This commit is contained in:
Adrian 2014-11-12 16:05:30 +01:00
commit c863c960e6

View file

@ -49,7 +49,7 @@ Example (side-by-side editor and preview using Bootstrap's grid system):
class MyForm(forms.ModelForm):
content = forms.CharField(widget=MarkdownxInput)
```
1. Use `manage.py collectstatic` to copy inlcuded `markdownx.js` to your `STATIC_ROOT` folder.
1. Include the form's required media in the template using `{{ form.media }}`