This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree
8 files changed
+379
-79
lines changed- src
- steps
- utils
- test
- fixtures/content
8 files changed
+379
-79
lines changedDiff for: .eslintrc.cjs
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 |
|
Diff for: package-lock.json
+56-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: package.json
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + | |
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
|
Diff for: src/steps/parse-markdown.js
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
| |||
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
| 41 | + | |
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
| 45 | + | |
42 | 46 |
|
Diff for: src/utils/mdast-to-hast.js
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
|
0 commit comments