Lines Matching refs:strikethrough
1284 strikethrough: [9, 29] property
14256 strikethrough: [9, 29] property
58731 strikethrough() { method
58736 strikethrough() { method
58775 * Take events and resolve strikethrough.
58784 let strikethrough;
58815 strikethrough = { variable
58816 type: 'strikethrough',
58827 ['enter', strikethrough, context],
58848 ['exit', strikethrough, context]
59860 * @typedef {import('micromark-extension-gfm-strikethrough').Options} Options
60541 enter: {strikethrough: enterStrikethrough}, property
60542 exit: {strikethrough: exitStrikethrough} property