MCPcopy
hub / github.com/markedjs/marked / Rules

Interface Rules

src/rules.ts:508–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506};
507
508export interface Rules {
509 other: typeof other
510 block: Record<BlockKeys, RegExp>
511 inline: Record<InlineKeys, RegExp>
512}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…