When doing markdown to HTML, sanitize HTML

Closes #101
Closes #102
This commit is contained in:
Claudio Ortolina
2026-03-07 19:05:37 +00:00
parent 84ffcc720b
commit 52815bde2f
8 changed files with 44 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ defmodule MusicLibrary.MixProject do
# Notes
{:earmark, "~> 1.4"},
{:html_sanitize_ex, "~> 1.4"},
# Syntax highlighting
{:lumis, "~> 0.1"},