Vanessa 2025-12-06 16:48:05 +08:00
parent c1cdb9846c
commit b98e40fb07
3 changed files with 19 additions and 0 deletions

View file

@ -1216,6 +1216,10 @@ declare namespace Config {
* Whether to search quote blocks
*/
blockquote: boolean;
/**
* Whether to search callout
*/
callout: boolean;
/**
* Whether to distinguish between uppercase and lowercase letters when searching
*/
@ -2302,6 +2306,11 @@ declare namespace Config {
* @default false
*/
blockquote: boolean;
/**
* Search results contain callout blocks
* @default false
*/
callout: boolean;
/**
* Search results contain code blocks
* @default false