@@ -120,7 +120,7 @@ MARTOR_IMGUR_API_KEY = 'your-api-key'
120120MARTOR_MARKDOWNIFY_FUNCTION = ' martor.utils.markdownify' # default
121121MARTOR_MARKDOWNIFY_URL = ' /martor/markdownify/' # default
122122
123- # Delay in miliseconds to update editor preview when in living mode.
123+ # Delay in milliseconds to update editor preview when in living mode.
124124MARTOR_MARKDOWNIFY_TIMEOUT = 0 # update the preview instantly
125125# or:
126126MARTOR_MARKDOWNIFY_TIMEOUT = 1000 # default
@@ -242,7 +242,7 @@ admin.site.register(YourModel, YourModelAdmin)
242242
243243#### Template Renderer
244244
245- Simply safely parse markdown content as html ouput by loading templatetags from ` martor/templatetags/martortags.py ` .
245+ Simply safely parse markdown content as html output by loading templatetags from ` martor/templatetags/martortags.py ` .
246246
247247``` html
248248{% load martortags %}
@@ -340,7 +340,7 @@ If you want to save the images uploaded to your storage,
340340
341341### Test Martor from this Repository
342342
343- Assuming you are already setup with a virtual enviroment (virtualenv):
343+ Assuming you are already setup with a virtual environment (virtualenv):
344344
345345```
346346$ git clone https://github.com/agusmakmun/django-markdown-editor.git
@@ -356,7 +356,7 @@ Checkout at http://127.0.0.1:8000/simple-form/ on your browser.
356356
357357### Martor Commands Reference
358358
359- ![ command refference ] ( https://raw.githubusercontent.com/agusmakmun/django-markdown-editor/master/.etc/images/bootstrap/martor-guide.png )
359+ ![ command reference ] ( https://raw.githubusercontent.com/agusmakmun/django-markdown-editor/master/.etc/images/bootstrap/martor-guide.png )
360360
361361
362362### Notes
0 commit comments