fix: allow start attribute on ordered lists (SafeMarkdown) (#6820)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Arsène Reymond
2026-01-02 20:02:11 +01:00
committed by GitHub
parent 2b15d9a515
commit 1b57310535

View File

@@ -31,7 +31,7 @@ export default defineNuxtComponent({
],
ALLOWED_ATTR: [
"href", "src", "alt", "height", "width", "class", "allow", "title", "allowfullscreen", "frameborder",
"scrolling", "cite", "datetime", "name", "abbr", "target", "border",
"scrolling", "cite", "datetime", "name", "abbr", "target", "border", "start",
],
});