Skip to content

Instantly share code, notes, and snippets.

View larvanitis's full-sized avatar

Leonidas Arvanitis larvanitis

  • Athens, Greece
View GitHub Profile
// see: https://gist.github.com/grindpride/e436290d359b6da878b320b8ebf33446
declare module 'tiptap-extensions' {
import { Extension, Node, Mark, Editor } from 'tiptap';
import { Plugin } from 'prosemirror-state';
export class Blockquote extends Node {}
export class BulletList extends Node {}
export class Code extends Node {}