stevenpi / Link.Python.Django.DiyBlog

This blog is based on the assessment found [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog).
MIT License
0 stars 0 forks source link

Implemented Markdown Support #54

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

This way users can format their blogposts and comments and add more variation.

Resolves #52

Rendered Markdown example on Post Detail Page:
image

Markdown Editor example:
image

stevenpi commented 6 years ago

I adapted the code as requested.

The issue in the admin page was, that an URL definition was wrong. I had to move the definition to the base url definitions.