UNPKG

@limetech/lime-elements

Version:
12 lines (11 loc) 232 B
export const strikethrough = { parseDOM: [ { tag: 's' }, { tag: 'del' }, { tag: 'strike' }, { style: 'text-decoration=line-through' }, ], toDOM: () => { return ['s', 0]; }, };