TestsΒΆ

Django Markdownify comes with tests to check if settings and defaults produce the expected output. To run the tests, make sure Django Markdownify is installed. Then go to your project where Django Markdownify is installed, and run the tests.

>>> cd /path/to/your/project
>>> python manage.py test markdownify