mirror of
https://github.com/leanote/leanote-android.git
synced 2026-01-16 06:04:24 +08:00
leanoteN
This commit is contained in:
@@ -21,4 +21,4 @@
|
||||
height: 100%;
|
||||
display: block;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
@@ -13129,6 +13129,7 @@ else
|
||||
alt_text = escapeCharacters(attributeEncode(alt_text), "*_[]()");
|
||||
url = escapeCharacters(url, "*_");
|
||||
var result = "<img src=\"" + url + "\" alt=\"" + alt_text + "\"";
|
||||
|
||||
// attacklab: Markdown.pl adds empty title attributes to images.
|
||||
// Replicate this bug.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user