@yozora/tokenizer-footnote-reference 2.3.3 → 2.3.4
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 +9 -0
- package/README.md +42 -42
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## <small>2.3.4 (2024-09-29)</small>
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @yozora/tokenizer-footnote-reference
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
6
15
|
## <small>2.3.3 (2024-09-20)</small>
|
|
7
16
|
|
|
8
17
|
- :wrench: chore: fix lint ([224e248](https://github.com/yozorajs/yozora/commit/224e248))
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<header>
|
|
4
4
|
<h1 align="center">
|
|
5
|
-
<a href="https://github.com/yozorajs/yozora/tree/v2.3.
|
|
5
|
+
<a href="https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote-reference#readme">@yozora/tokenizer-footnote-reference</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-footnote-reference">
|
|
@@ -233,80 +233,80 @@ another,[^long note],
|
|
|
233
233
|
[live-examples]:
|
|
234
234
|
https://yozora.guanghechen.com/docs/package/tokenizer-footnote-reference#live-examples
|
|
235
235
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-footnote-reference
|
|
236
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
236
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote-reference#readme
|
|
237
237
|
[gfm-spec]: https://github.github.com/gfm
|
|
238
238
|
[mdast-homepage]: https://github.com/syntax-tree/mdast
|
|
239
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
240
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
241
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
239
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast#readme
|
|
240
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast-util#readme
|
|
241
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/character#readme
|
|
242
242
|
[@yozora/eslint-config]:
|
|
243
243
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
244
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
244
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-parser#readme
|
|
245
245
|
[@yozora/core-tokenizer]:
|
|
246
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
247
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
246
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-tokenizer#readme
|
|
247
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/invariant#readme
|
|
248
248
|
[@yozora/jest-for-tokenizer]:
|
|
249
249
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
250
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
251
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
250
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser#readme
|
|
251
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser-gfm#readme
|
|
252
252
|
[@yozora/parser-gfm-ex]:
|
|
253
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
253
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser-gfm-ex#readme
|
|
254
254
|
[@yozora/template-tokenizer]:
|
|
255
255
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
256
256
|
[@yozora/tokenizer-admonition]:
|
|
257
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
257
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/admonition#readme
|
|
258
258
|
[@yozora/tokenizer-autolink]:
|
|
259
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
259
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink#readme
|
|
260
260
|
[@yozora/tokenizer-autolink-extension]:
|
|
261
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
261
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink-extension#readme
|
|
262
262
|
[@yozora/tokenizer-blockquote]:
|
|
263
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
264
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
263
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/blockquote#readme
|
|
264
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/break#readme
|
|
265
265
|
[@yozora/tokenizer-definition]:
|
|
266
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
267
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
266
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/definition#readme
|
|
267
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/delete#readme
|
|
268
268
|
[@yozora/tokenizer-ecma-import]:
|
|
269
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
269
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/ecma-import#readme
|
|
270
270
|
[@yozora/tokenizer-emphasis]:
|
|
271
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
271
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/emphasis#readme
|
|
272
272
|
[@yozora/tokenizer-fenced-block]:
|
|
273
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
273
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/fenced-block#readme
|
|
274
274
|
[@yozora/tokenizer-fenced-code]:
|
|
275
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
275
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/fenced-code#readme
|
|
276
276
|
[@yozora/tokenizer-footnote]:
|
|
277
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
277
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote#readme
|
|
278
278
|
[@yozora/tokenizer-footnote-definition]:
|
|
279
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
279
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote-definition#readme
|
|
280
280
|
[@yozora/tokenizer-footnote-reference]:
|
|
281
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
281
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote-reference#readme
|
|
282
282
|
[@yozora/tokenizer-heading]:
|
|
283
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
283
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/heading#readme
|
|
284
284
|
[@yozora/tokenizer-html-block]:
|
|
285
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
285
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-block#readme
|
|
286
286
|
[@yozora/tokenizer-html-inline]:
|
|
287
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
288
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
287
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-inline#readme
|
|
288
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/image#readme
|
|
289
289
|
[@yozora/tokenizer-image-reference]:
|
|
290
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
290
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/image-reference#readme
|
|
291
291
|
[@yozora/tokenizer-indented-code]:
|
|
292
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
292
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/indented-code#readme
|
|
293
293
|
[@yozora/tokenizer-inline-code]:
|
|
294
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
294
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-code#readme
|
|
295
295
|
[@yozora/tokenizer-inline-math]:
|
|
296
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
297
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
296
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-math#readme
|
|
297
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/link#readme
|
|
298
298
|
[@yozora/tokenizer-link-reference]:
|
|
299
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
300
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
301
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
299
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/link-reference#readme
|
|
300
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/list#readme
|
|
301
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/math#readme
|
|
302
302
|
[@yozora/tokenizer-paragraph]:
|
|
303
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
303
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/paragraph#readme
|
|
304
304
|
[@yozora/tokenizer-setext-heading]:
|
|
305
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
306
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
307
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
305
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/setext-heading#readme
|
|
306
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/table#readme
|
|
307
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/text#readme
|
|
308
308
|
[@yozora/tokenizer-thematic-break]:
|
|
309
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
309
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/thematic-break#readme
|
|
310
310
|
[@yozora/react-admonition]:
|
|
311
311
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
312
312
|
[@yozora/react-blockquote]:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-footnote-reference",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "guanghechen",
|
|
6
6
|
"url": "https://github.com/guanghechen/"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/yozorajs/yozora.git",
|
|
11
11
|
"directory": "tokenizers/footnote-reference"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.
|
|
13
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/footnote-reference",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
"types": "./lib/types/index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@yozora/ast": "^2.3.
|
|
38
|
-
"@yozora/character": "^2.3.
|
|
39
|
-
"@yozora/core-tokenizer": "^2.3.
|
|
40
|
-
"@yozora/tokenizer-footnote-definition": "^2.3.
|
|
37
|
+
"@yozora/ast": "^2.3.4",
|
|
38
|
+
"@yozora/character": "^2.3.4",
|
|
39
|
+
"@yozora/core-tokenizer": "^2.3.4",
|
|
40
|
+
"@yozora/tokenizer-footnote-definition": "^2.3.4"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "ac66f6209903a0d4956f6571528b817174a36f06"
|
|
43
43
|
}
|