extra flags for inline image and inline link
This commit is contained in:
parent
3fd7e48907
commit
41680e45e1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue