First and foremost, add ``markdownx`` to the list of ``INSTALLED_APPS`` in `settings.py`.
```python
INSTALLED_APPS = (
# [...]
'markdownx',
)
```
You may alter default behaviours by adding and changing relevant variables in your settings. See [customization](customization.md) for additional information.
Add MarkdownX URL patterns to your `urls.py`. You can do this using either of these methods depending on your style: