flask/flaskr/templates/blog
Neo 50d6984188 Add SimpleMDE to blog edit pages
Integrate SimpleMDE editor into the blog create and update
pages to enhance the user experience with a WYSIWYG markdown
editor. This change includes adding the necessary CSS and JS
links to the templates and applying specific styles for both
light and dark modes in the stylesheet.

The SimpleMDE editor provides a more intuitive interface for
users to write and format their blog posts, addressing the
requirement outlined in the issue description. The changes
ensure that the editor is initialized on the textarea elements
for both creating and updating blog posts.

Related to Issue ID: FLAS-30
2024-09-09 22:03:35 +00:00
..
create.html Add SimpleMDE to blog edit pages 2024-09-09 22:03:35 +00:00
index.html Add markdown support to post body 2024-09-09 21:36:16 +00:00
update.html Add SimpleMDE to blog edit pages 2024-09-09 22:03:35 +00:00