From 8bb3e76073a1c45a87ef06d67bf4cae8a7304260 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 11 Oct 2021 16:10:22 -0300 Subject: [PATCH] =?UTF-8?q?Permitir=20HTML=20en=20art=C3=ADculos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index afafd69..7f4c046 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,7 @@ for file in *.md; do title="$(basename "$file" .md)" outfile="$outdir/$title.html" template "$title" "$file" > "$outfile" - cmark "$file" >> "$outfile" + cmark --unsafe "$file" >> "$outfile" # TODO: hacky sed -i "s/\1<\/a>/g' "$outfile"