Skip to content

Commit 1b57310

Browse files
fix: allow start attribute on ordered lists (SafeMarkdown) (#6820)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
1 parent 2b15d9a commit 1b57310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/global/SafeMarkdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineNuxtComponent({
3131
],
3232
ALLOWED_ATTR: [
3333
"href", "src", "alt", "height", "width", "class", "allow", "title", "allowfullscreen", "frameborder",
34-
"scrolling", "cite", "datetime", "name", "abbr", "target", "border",
34+
"scrolling", "cite", "datetime", "name", "abbr", "target", "border", "start",
3535
],
3636
});
3737

0 commit comments

Comments
 (0)