extra flags for inline image and inline link

This commit is contained in:
Yessiest 2025-03-07 21:32:51 +00:00
parent 3fd7e48907
commit 41680e45e1
1 changed files with 4 additions and 2 deletions

View File

@ -28,13 +28,15 @@ module MMMD
}, },
"PointBlank::DOM::InlineLink" => { "PointBlank::DOM::InlineLink" => {
tag: "a", tag: "a",
href: true href: true,
title: true
}, },
"PointBlank::DOM::InlineImage" => { "PointBlank::DOM::InlineImage" => {
tag: "img", tag: "img",
src: true, src: true,
inline: true, inline: true,
alt: true alt: true,
title: true
}, },
"PointBlank::DOM::ULBlock" => { "PointBlank::DOM::ULBlock" => {
tag: "ul" tag: "ul"