UNPKG
zero-md
Version:
latest (3.1.7)
next (3.1.6-next.1)
3.1.7
3.1.6
3.1.6-next.1
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
3.0.0-next.11
3.0.0-next.10
3.0.0-next.9
3.0.0-next.8
3.0.0-next.7
3.0.0-next.6
3.0.0-next.5
3.0.0-next.4
3.0.0-next.3
3.0.0-next.2
3.0.0-next.1
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.1.0-rc.1
2.0.1
2.0.0
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
Ridiculously simple zero-config markdown displayer
zerodevx.github.io/zero-md/
zerodevx/zero-md
zero-md
/
dist
/
types
/
katex-extension.d.ts
14 lines
(13 loc)
•
308 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default function _default(options?: {}): { extensions: { name: string; level: string; tokenizer(
src
: any, tokens: any): { type: string; raw: any;
text
: any; displayMode: boolean; }; renderer: any; }
[]
; };