podlite 0.0.19 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/lib/plugins/extrnal.js +7 -8
- package/package.json +8 -7
- package/src/plugins/extrnal.ts +8 -6
- package/tsconfig.tsbuildinfo +1 -1
- package/lib/tools.d.ts +0 -0
- package/lib/tools.js +0 -124
- package/src/tools.ts +0 -126
- package/t/fill-fixtures.ts +0 -40
- package/t/fixtures/00-main_1.txt +0 -25
- package/t/fixtures/00-main_broken_refs.txt +0 -106
- package/t/fixtures/00-main_images.txt +0 -33
- package/t/fixtures/00-main_link.txt +0 -21
- package/t/fixtures/00-main_links.txt +0 -79
- package/t/fixtures/01-node-api_1.txt +0 -2172
- package/t/fixtures/02-inlines_inline_code.txt +0 -78
- package/t/fixtures/02-inlines_thematic_break.txt +0 -9
- package/t/fixtures/03-blockquotes_blockquote.txt +0 -28
- package/t/fixtures/04-tables_table.txt +0 -77
- package/t/fixtures/05-strikethrough_strikethrough.txt +0 -12
- package/t/fixtures-md/00-main.t +0 -34
- package/t/fixtures-md/01-node-api.t +0 -234
- package/t/fixtures-md/02-inlines.t +0 -20
- package/t/fixtures-md/03-blockquotes.t +0 -6
- package/t/fixtures-md/04-tables.t +0 -6
- package/t/fixtures-md/05-strikethrough.t +0 -3
- package/t/md2ast.test.ts +0 -31
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
### Parameters
|
|
2
|
-
|
|
3
|
-
- `comments` **[Array][17]<[Object][19]>** parsed comments
|
|
4
|
-
- `args` **[Object][19]** Options that can customize the output
|
|
5
|
-
~~~~~~~
|
|
6
|
-
{
|
|
7
|
-
"type": "block",
|
|
8
|
-
"name": "pod",
|
|
9
|
-
"content": [
|
|
10
|
-
{
|
|
11
|
-
"type": "block",
|
|
12
|
-
"level": 3,
|
|
13
|
-
"name": "head",
|
|
14
|
-
"content": [
|
|
15
|
-
"Parameters"
|
|
16
|
-
]
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"type": "list",
|
|
20
|
-
"level": 1,
|
|
21
|
-
"list": "itemized",
|
|
22
|
-
"content": [
|
|
23
|
-
{
|
|
24
|
-
"type": "block",
|
|
25
|
-
"name": "item",
|
|
26
|
-
"level": 1,
|
|
27
|
-
"content": [
|
|
28
|
-
{
|
|
29
|
-
"type": "para",
|
|
30
|
-
"content": [
|
|
31
|
-
{
|
|
32
|
-
"type": "fcode",
|
|
33
|
-
"name": "C",
|
|
34
|
-
"content": [
|
|
35
|
-
"comments"
|
|
36
|
-
]
|
|
37
|
-
},
|
|
38
|
-
" ",
|
|
39
|
-
{
|
|
40
|
-
"type": "fcode",
|
|
41
|
-
"name": "B",
|
|
42
|
-
"content": [
|
|
43
|
-
{
|
|
44
|
-
"meta": "",
|
|
45
|
-
"type": "fcode",
|
|
46
|
-
"name": "L",
|
|
47
|
-
"content": [
|
|
48
|
-
"Array"
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
"<",
|
|
52
|
-
{
|
|
53
|
-
"meta": "",
|
|
54
|
-
"type": "fcode",
|
|
55
|
-
"name": "L",
|
|
56
|
-
"content": [
|
|
57
|
-
"Object"
|
|
58
|
-
]
|
|
59
|
-
},
|
|
60
|
-
">"
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
" parsed comments"
|
|
64
|
-
]
|
|
65
|
-
}
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"type": "block",
|
|
70
|
-
"name": "item",
|
|
71
|
-
"level": 1,
|
|
72
|
-
"content": [
|
|
73
|
-
{
|
|
74
|
-
"type": "para",
|
|
75
|
-
"content": [
|
|
76
|
-
{
|
|
77
|
-
"type": "fcode",
|
|
78
|
-
"name": "C",
|
|
79
|
-
"content": [
|
|
80
|
-
"args"
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
" ",
|
|
84
|
-
{
|
|
85
|
-
"type": "fcode",
|
|
86
|
-
"name": "B",
|
|
87
|
-
"content": [
|
|
88
|
-
{
|
|
89
|
-
"meta": "",
|
|
90
|
-
"type": "fcode",
|
|
91
|
-
"name": "L",
|
|
92
|
-
"content": [
|
|
93
|
-
"Object"
|
|
94
|
-
]
|
|
95
|
-
}
|
|
96
|
-
]
|
|
97
|
-
},
|
|
98
|
-
" Options that can customize the output"
|
|
99
|
-
]
|
|
100
|
-
}
|
|
101
|
-
]
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
]
|
|
106
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-

|
|
2
|
-
~~~~~~~
|
|
3
|
-
{
|
|
4
|
-
"type": "block",
|
|
5
|
-
"name": "pod",
|
|
6
|
-
"content": [
|
|
7
|
-
{
|
|
8
|
-
"type": "para",
|
|
9
|
-
"content": [
|
|
10
|
-
{
|
|
11
|
-
"type": "block",
|
|
12
|
-
"name": "Image",
|
|
13
|
-
"config": [
|
|
14
|
-
{
|
|
15
|
-
"name": "title",
|
|
16
|
-
"value": "title"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "alt",
|
|
20
|
-
"value": "foo"
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
"content": [
|
|
24
|
-
{
|
|
25
|
-
"type": "verbatim",
|
|
26
|
-
"value": "/url"
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
]
|
|
31
|
-
}
|
|
32
|
-
]
|
|
33
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
[#raku IRC channel](https://raku.org/community/irc)
|
|
2
|
-
~~~~~~~
|
|
3
|
-
{
|
|
4
|
-
"type": "block",
|
|
5
|
-
"name": "pod",
|
|
6
|
-
"content": [
|
|
7
|
-
{
|
|
8
|
-
"type": "para",
|
|
9
|
-
"content": [
|
|
10
|
-
{
|
|
11
|
-
"meta": "https://raku.org/community/irc",
|
|
12
|
-
"type": "fcode",
|
|
13
|
-
"name": "L",
|
|
14
|
-
"content": [
|
|
15
|
-
"#raku IRC channel"
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
### Table of Contents
|
|
3
|
-
|
|
4
|
-
- [lint][1]
|
|
5
|
-
- [Parameters][2]
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
[1]: #lint
|
|
9
|
-
|
|
10
|
-
[2]: #parameters
|
|
11
|
-
~~~~~~~
|
|
12
|
-
{
|
|
13
|
-
"type": "block",
|
|
14
|
-
"name": "pod",
|
|
15
|
-
"content": [
|
|
16
|
-
{
|
|
17
|
-
"type": "block",
|
|
18
|
-
"level": 3,
|
|
19
|
-
"name": "head",
|
|
20
|
-
"content": [
|
|
21
|
-
"Table of Contents"
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "list",
|
|
26
|
-
"level": 1,
|
|
27
|
-
"list": "itemized",
|
|
28
|
-
"content": [
|
|
29
|
-
{
|
|
30
|
-
"type": "block",
|
|
31
|
-
"name": "item",
|
|
32
|
-
"level": 1,
|
|
33
|
-
"content": [
|
|
34
|
-
{
|
|
35
|
-
"type": "para",
|
|
36
|
-
"content": [
|
|
37
|
-
{
|
|
38
|
-
"meta": "#lint",
|
|
39
|
-
"type": "fcode",
|
|
40
|
-
"name": "L",
|
|
41
|
-
"content": [
|
|
42
|
-
"lint"
|
|
43
|
-
]
|
|
44
|
-
}
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "list",
|
|
49
|
-
"level": 2,
|
|
50
|
-
"list": "itemized",
|
|
51
|
-
"content": [
|
|
52
|
-
{
|
|
53
|
-
"type": "block",
|
|
54
|
-
"name": "item",
|
|
55
|
-
"level": 2,
|
|
56
|
-
"content": [
|
|
57
|
-
{
|
|
58
|
-
"type": "para",
|
|
59
|
-
"content": [
|
|
60
|
-
{
|
|
61
|
-
"meta": "#parameters",
|
|
62
|
-
"type": "fcode",
|
|
63
|
-
"name": "L",
|
|
64
|
-
"content": [
|
|
65
|
-
"Parameters"
|
|
66
|
-
]
|
|
67
|
-
}
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
]
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
}
|
|
74
|
-
]
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
}
|