MCPcopy Create free account
hub / github.com/editablejs/editable / getTextMark

Function getTextMark

packages/plugins/heading/src/options.ts:73–76  ·  view source on GitHub ↗
(editor: Editor)

Source from the content-addressed store, hash-verified

71}
72
73export const getTextMark = (editor: Editor): HeadingTextMark => {
74 const { textMark = defaultTextMark } = getOptions(editor)
75 return Object.assign(defaultTextMark, textMark)
76}

Callers 2

withHeadingFunction · 0.90

Calls 1

getOptionsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…