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

This commit is contained in:
Vanessa 2024-11-04 11:25:57 +08:00
commit 40cbf3c8c3
17 changed files with 77 additions and 26 deletions

View file

@ -622,6 +622,7 @@ export abstract class Constants {
"inlineMath": false,
"inlineMemo": true,
"blockRef": false,
"fileAnnotationRef": false,
"kbd": true,
"mark": true,
"s": true,

View file

@ -2138,6 +2138,10 @@ declare namespace Config {
* @default false
*/
blockRef?: boolean;
/**
* Replace file annotation refs
*/
fileAnnotationRef?: boolean;
/**
* Replace kdb elements
* @default true