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" => {
tag: "a",
href: true
href: true,
title: true
},
"PointBlank::DOM::InlineImage" => {
tag: "img",
src: true,
inline: true,
alt: true
alt: true,
title: true
},
"PointBlank::DOM::ULBlock" => {
tag: "ul"