parent
2c5162671c
commit
f3155ea180
5 changed files with 44 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export default (source: string): Node[] => {
|
|||
}
|
||||
|
||||
function isBlockNode(node: Node): boolean {
|
||||
return ['blockCode', 'quote', 'title'].includes(node.name);
|
||||
return ['blockCode', 'center', 'quote', 'title'].includes(node.name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue