flask/flaskr/templates/blog
Neo 1d2f1348a4 Add markdown support to post body
Implemented markdown support in the post body to enhance the
editor's functionality. The main blog view now renders markdown
content as HTML. This change allows users to format their posts
using markdown syntax, providing a richer text editing experience.

- Imported the markdown module in blog.py.
- Converted post bodies from markdown to HTML in the index view.
- Updated templates to indicate markdown support in the post body
  field.
- Ensured safe rendering of HTML content in the blog index view.

Fixes #FLAS-29
2024-09-09 21:36:16 +00:00
..
create.html Add markdown support to post body 2024-09-09 21:36:16 +00:00
index.html Add markdown support to post body 2024-09-09 21:36:16 +00:00
update.html Add markdown support to post body 2024-09-09 21:36:16 +00:00