This project involves building a basic wiki system that allows users to create, edit, and view wiki pages.
On each entry’s page, any Markdown content in the entry file should be converted to HTML before being displayed to the use .
Run pip3 install markdown2 to install the Markdown package
Run python manage.py runserver