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

Interface Blockquote

src/Tokens.ts:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32export namespace Tokens {
33 export interface Blockquote {
34 type: 'blockquote';
35 raw: string;
36 text: string;
37 tokens: Token[];
38 }
39
40 export interface Br {
41 type: 'br';

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…