feat(core): add markdown preview for backlinks (#8883)
This commit is contained in:
@@ -7,6 +7,7 @@ export interface Backlink {
|
||||
docId: string;
|
||||
blockId: string;
|
||||
title: string;
|
||||
markdownPreview?: string;
|
||||
}
|
||||
|
||||
export class DocBacklinks extends Entity {
|
||||
|
||||
Reference in New Issue
Block a user