Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-01-05 00:25:57 +08:00
commit 6a36b7a051
2 changed files with 28 additions and 23 deletions

View file

@ -657,17 +657,17 @@ export abstract class Constants {
"text": true,
"imgText": true,
"imgTitle": true,
"imgSrc": false,
"imgSrc": true,
"aText": true,
"aTitle": true,
"aHref": false,
"code": false,
"aHref": true,
"code": true,
"em": true,
"strong": true,
"inlineMath": false,
"inlineMath": true,
"inlineMemo": true,
"blockRef": false,
"fileAnnotationRef": false,
"blockRef": true,
"fileAnnotationRef": true,
"kbd": true,
"mark": true,
"s": true,
@ -676,9 +676,9 @@ export abstract class Constants {
"tag": true,
"u": true,
"docTitle": true,
"codeBlock": false,
"mathBlock": false,
"htmlBlock": false
"codeBlock": true,
"mathBlock": true,
"htmlBlock": true
};
// image