(name: string | Blot, value?: any)
| 81 | } |
| 82 | |
| 83 | replaceWith(name: string | Blot, value?: any) { |
| 84 | this.formatAt(0, this.length(), CodeToken.blotName, false); |
| 85 | return super.replaceWith(name, value); |
| 86 | } |
| 87 | } |
| 88 | |
| 89 | class SyntaxCodeBlockContainer extends CodeBlockContainer { |