Apply standard to easymde

This commit is contained in:
2024-10-07 00:10:24 +02:00
parent ee965008d1
commit a3cca056ae
2 changed files with 100 additions and 100 deletions

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="{{ statics.css }}" defer>
<script type="text/javascript">
addEventListener("DOMContentLoaded", (event) => {
easymde_factory(
easymdeFactory(
document.getElementById("{{ widget.attrs.id }}"),
"{{ markdown_api_url }}",
);