mirror of https://github.com/fantasticit/think.git
Delete blockQuote.ts
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