Skip to content

Commit

Permalink
fix(page): markdown to quote block (#5279)
Browse files Browse the repository at this point in the history
  • Loading branch information
donteatfriedrice committed Nov 10, 2023
1 parent 52cfc79 commit 6fad9e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/store/src/adapter/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,7 @@ export class MarkdownAdapter extends BaseAdapter<Markdown> {
type: 'quote',
text: {
'$blocksuite:internal:text$': true,
delta: o.node.children.map(child =>
this._mdastToDelta(child)
),
delta: this._mdastToDelta(o.node),
},
},
children: [],
Expand Down

1 comment on commit 6fad9e7

@vercel
Copy link

@vercel vercel bot commented on 6fad9e7 Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blocksuite – ./packages/playground

blocksuite-toeverything.vercel.app
blocksuite-five.vercel.app
blocksuite-git-master-toeverything.vercel.app

Please sign in to comment.