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"