remove image help

This commit is contained in:
Yuri Kuznetsov
2024-10-12 09:06:00 +03:00
parent 83fbdc4a16
commit c68cc0b17f
2 changed files with 1 additions and 3 deletions
@@ -11,7 +11,6 @@
"emphasizedText": "emphasized text",
"deletedText": "deleted text",
"blockquote": "blockquote",
"link": "link text",
"image": "image text"
"link": "link text"
}
}
-1
View File
@@ -549,7 +549,6 @@ class PanelStreamView extends RelationshipPanelView {
['deletedText', '~~{text}~~'],
['blockquote', '> {text}'],
['link', '[{text}](url)'],
['image', '![{text}](url)'],
];
const messageItemList = [];