diff --git a/docs/getting_started/index.html b/docs/getting_started/index.html index 5c4bff2..f71d4dc 100644 --- a/docs/getting_started/index.html +++ b/docs/getting_started/index.html @@ -158,6 +158,12 @@ urlpatterns += [ url(r'^markdownx/', include(markdownx)) ] +
+

Note

+

Make sure that you have defined MEDIA_ROOT and MEDIA_URL in your settings.py to enable MarkdownX's image upload feature. +

+
+

Caution

Don't forget to collect MarkdownX assets to your STATIC_ROOT. To do this, run: