UNPKG

substance

Version:

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.

11 lines (6 loc) 277 B
import { PropertyAnnotation, Fragmenter } from '../../model' class Superscript extends PropertyAnnotation {} Superscript.type = 'superscript' // hint for rendering in presence of overlapping annotations Superscript.fragmentation = Fragmenter.ANY export default Superscript