Update easymde to 2.18

This commit is contained in:
rubenwardy 2024-06-22 13:02:27 +01:00
parent 80888f0675
commit 6b5230b0c1
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -76,8 +76,8 @@
{% endmacro %}
{% macro easymde_scripts() %}
<link rel="stylesheet" type="text/css" href="/static/libs/easymde.min.css">
<script src="/static/libs/easymde.min.js"></script>
<link rel="stylesheet" type="text/css" href="/static/libs/easymde.min.css?v=2">
<script src="/static/libs/easymde.min.js?v=2"></script>
<script src="/static/js/markdowntextarea.js?v=2"></script>
{% endmacro %}