Improve the quality of snippets for search results (#6828)
* Improve the quality of snippets for search results * Prefer full match * tweak highlight regex
This commit is contained in:
8
server/typings/tommoor__remove-markdown.d.ts
vendored
8
server/typings/tommoor__remove-markdown.d.ts
vendored
@@ -1,8 +0,0 @@
|
||||
declare module "@tommoor/remove-markdown" {
|
||||
export default function removeMarkdown(
|
||||
text: string,
|
||||
options?: {
|
||||
stripHTML: boolean;
|
||||
}
|
||||
): string;
|
||||
}
|
||||
Reference in New Issue
Block a user