File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ import toc from "@jsdevtools/rehype-toc" ;
2
+ export * from "@jsdevtools/rehype-toc" ;
3
+ export default toc ;
Original file line number Diff line number Diff line change
1
+ "use strict" ;
2
+ module . exports = require ( "@jsdevtools/rehype-toc" ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " rehype-toc" ,
3
+ "version" : " X.X.X" ,
4
+ "description" : " A rehype plugin that adds a table of contents (TOC) to the page" ,
5
+ "keywords" : [
6
+ " unified" ,
7
+ " rehype" ,
8
+ " plugin" ,
9
+ " rehype-plugin" ,
10
+ " table-of-contents" ,
11
+ " toc" ,
12
+ " html"
13
+ ],
14
+ "author" : {
15
+ "name" : " James Messinger" ,
16
+ "url" : " https://jamesmessinger.com"
17
+ },
18
+ "license" : " MIT" ,
19
+ "homepage" : " https://jstools.dev/rehype-toc" ,
20
+ "repository" : {
21
+ "type" : " git" ,
22
+ "url" : " https://github.com/JS-DevTools/rehype-toc.git"
23
+ },
24
+ "main" : " index.js" ,
25
+ "types" : " index.d.ts" ,
26
+ "files" : [
27
+ " index.js" ,
28
+ " index.d.ts"
29
+ ],
30
+ "engines" : {
31
+ "node" : " >=10"
32
+ },
33
+ "dependencies" : {
34
+ "@jsdevtools/rehype-toc" : " X.X.X"
35
+ }
36
+ }
You can’t perform that action at this time.
0 commit comments