mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
de6a328362
commit
ad241b1b5e
2 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ export const updateCalloutType = (titleElement: HTMLElement, protyle: IProtyle)
|
|||
} else if (textElements[0].value === "TIP") {
|
||||
emojiHTML = "💡";
|
||||
} else if (textElements[0].value === "IMPORTANT") {
|
||||
emojiHTML = "️❗";
|
||||
emojiHTML = "❗";
|
||||
} else if (textElements[0].value === "WARNING") {
|
||||
emojiHTML = "⚠️";
|
||||
} else if (textElements[0].value === "CAUTION") {
|
||||
|
|
|
|||
|
|
@ -3080,7 +3080,7 @@ export class WYSIWYG {
|
|||
} else if (subType === "TIP") {
|
||||
emojiHTML = "💡";
|
||||
} else if (subType === "IMPORTANT") {
|
||||
emojiHTML = "️❗";
|
||||
emojiHTML = "❗";
|
||||
} else if (subType === "WARNING") {
|
||||
emojiHTML = "⚠️";
|
||||
} else if (subType === "CAUTION") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue