chore: Move editor into codebase (#2930)
This commit is contained in:
11
shared/editor/nodes/CodeBlock.ts
Normal file
11
shared/editor/nodes/CodeBlock.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import CodeFence from "./CodeFence";
|
||||
|
||||
export default class CodeBlock extends CodeFence {
|
||||
get name() {
|
||||
return "code_block";
|
||||
}
|
||||
|
||||
get markdownToken() {
|
||||
return "code_block";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user