MCPcopy
hub / github.com/marktext/marktext / ITagCase

Interface ITagCase

packages/muya/e2e/tests/blocks/html-inline.spec.ts:11–15  ·  view source on GitHub ↗

* Inline HTML tags (` `, ` `, ` `, ` `, ` `) render via * `inlineRenderer/renderer/htmlTag.ts`: each tag becomes an actual element * wrapped with `.mu-inline-rule.mu-raw-html`. We assert: * - The tag renders inline (an element with the right tagName mounts). * - getMarkdo

Source from the content-addressed store, hash-verified

9 */
10
11interface ITagCase {
12 label: string;
13 tag: 'u' | 'mark' | 'sup' | 'sub';
14 markdown: string;
15}
16
17/**
18 * Generic tags routed through `htmlTag.ts` mount the actual `<u>` / `<mark>`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected