You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom renderer for heading on "marked" used fn(text,level). The documentation of marked gives a object of type "Heading"
interface Heading {
type: "heading";
raw: string;
depth: number;
text: string;
tokens: Token[];
}
Signed-off-by: Dennis Rehbehn <dennisrehbehn@googlemail.com>
0 commit comments