Skip to content

Instantly share code, notes, and snippets.

import { Mark, mergeAttributes } from '@tiptap/core'
export const Subscript = Mark.create({
name: 'subscript',
defaultOptions: {
HTMLAttributes: {},
},
parseHTML() {