mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix(core): should show divider between readwise content and note (#11113)
This commit is contained in:
@@ -51,7 +51,7 @@ export class IntegrationWriter extends Entity {
|
||||
} = options;
|
||||
|
||||
const workspace = this.workspaceService.workspace;
|
||||
let markdown = comment ? `${content}\n---\n${comment}` : content;
|
||||
let markdown = comment ? `${content}\n\n---\n\n${comment}` : content;
|
||||
|
||||
let finalDocId: string;
|
||||
if (!docId) {
|
||||
|
||||
Reference in New Issue
Block a user