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) 262 B
import { PropertyAnnotation, Fragmenter } from '../../model' class Emphasis extends PropertyAnnotation {} Emphasis.type = "emphasis" // hint for rendering in presence of overlapping annotations Emphasis.fragmentation = Fragmenter.ANY export default Emphasis