mirror of https://github.com/fantasticit/think.git
Delete blockQuote.ts
This commit is contained in:
parent
5fe787d371
commit
8956e9ed87
|
@ -1,9 +0,0 @@
|
||||||
import { Node } from './node';
|
|
||||||
|
|
||||||
export class Blockquote extends Node {
|
|
||||||
type = 'blockquote';
|
|
||||||
|
|
||||||
matching() {
|
|
||||||
return this.DOMNode.nodeName === 'BLOCKQUOTE';
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue