Commit graph

5 commits

Author SHA1 Message Date
JP
28493a4649
Merge branch 'today-in-history' into collapsable-posts 2024-09-17 10:52:02 +01:00
Jose Palazon
1ae070a4dd Collapsable posts 2024-09-17 10:34:59 +01:00
Neo
1d75c45a1d Add markdown support to post body
Implemented markdown support in the post body to enhance
text formatting capabilities. This change allows users to
enter markdown in the create/update interface and have it
rendered as HTML in the main blog interface. The markdown
library was imported and utilized to convert markdown text
to HTML in the blog index view. Additionally, updated the
form labels to indicate markdown support and ensured safe
rendering of HTML content in the blog index template.

Issue ID: FLAS-67
2024-09-17 07:45:24 +00:00
Jose Palazon
79a1de9968 Update blog title 2024-09-17 08:18:19 +01:00
Jose Palazon
127440c727 I just want the tutorial 2024-09-06 00:18:20 +01:00
Renamed from examples/tutorial/flaskr/templates/blog/index.html (Browse further)