@yozora/tokenizer-admonition 2.3.4 → 2.3.5
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 +13 -0
- package/README.md +42 -42
- package/lib/cjs/index.cjs +0 -1
- package/lib/esm/index.mjs +0 -1
- package/lib/types/index.d.ts +0 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.5 (2024-10-06)</small>
|
|
7
|
+
|
|
8
|
+
- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
|
|
9
|
+
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
|
|
10
|
+
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
|
|
11
|
+
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
|
|
12
|
+
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
6
19
|
## <small>2.3.4 (2024-09-29)</small>
|
|
7
20
|
|
|
8
21
|
**Note:** Version bump only for package @yozora/tokenizer-admonition
|
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.5/tokenizers/admonition#readme">@yozora/tokenizer-admonition</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-admonition">
|
|
@@ -241,80 +241,80 @@ export interface Admonition extends Parent<'admonition'> {
|
|
|
241
241
|
|
|
242
242
|
[live-examples]: https://yozora.guanghechen.com/docs/package/tokenizer-admonition#live-examples
|
|
243
243
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-admonition
|
|
244
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
244
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/admonition#readme
|
|
245
245
|
[gfm-spec]: https://github.github.com/gfm
|
|
246
246
|
[mdast-homepage]: https://github.com/syntax-tree/mdast
|
|
247
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
248
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
249
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
247
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast#readme
|
|
248
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast-util#readme
|
|
249
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/character#readme
|
|
250
250
|
[@yozora/eslint-config]:
|
|
251
251
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
252
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
252
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-parser#readme
|
|
253
253
|
[@yozora/core-tokenizer]:
|
|
254
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
255
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
254
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-tokenizer#readme
|
|
255
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/invariant#readme
|
|
256
256
|
[@yozora/jest-for-tokenizer]:
|
|
257
257
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
258
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
259
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
258
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser#readme
|
|
259
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser-gfm#readme
|
|
260
260
|
[@yozora/parser-gfm-ex]:
|
|
261
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
261
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser-gfm-ex#readme
|
|
262
262
|
[@yozora/template-tokenizer]:
|
|
263
263
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
264
264
|
[@yozora/tokenizer-admonition]:
|
|
265
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
265
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/admonition#readme
|
|
266
266
|
[@yozora/tokenizer-autolink]:
|
|
267
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
267
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/autolink#readme
|
|
268
268
|
[@yozora/tokenizer-autolink-extension]:
|
|
269
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
269
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/autolink-extension#readme
|
|
270
270
|
[@yozora/tokenizer-blockquote]:
|
|
271
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
272
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
271
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/blockquote#readme
|
|
272
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/break#readme
|
|
273
273
|
[@yozora/tokenizer-definition]:
|
|
274
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
275
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
274
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/definition#readme
|
|
275
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/delete#readme
|
|
276
276
|
[@yozora/tokenizer-ecma-import]:
|
|
277
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
277
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/ecma-import#readme
|
|
278
278
|
[@yozora/tokenizer-emphasis]:
|
|
279
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
279
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/emphasis#readme
|
|
280
280
|
[@yozora/tokenizer-fenced-block]:
|
|
281
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
281
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/fenced-block#readme
|
|
282
282
|
[@yozora/tokenizer-fenced-code]:
|
|
283
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
283
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/fenced-code#readme
|
|
284
284
|
[@yozora/tokenizer-footnote]:
|
|
285
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
285
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote#readme
|
|
286
286
|
[@yozora/tokenizer-footnote-definition]:
|
|
287
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
287
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote-definition#readme
|
|
288
288
|
[@yozora/tokenizer-footnote-reference]:
|
|
289
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
289
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote-reference#readme
|
|
290
290
|
[@yozora/tokenizer-heading]:
|
|
291
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
291
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/heading#readme
|
|
292
292
|
[@yozora/tokenizer-html-block]:
|
|
293
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
293
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-block#readme
|
|
294
294
|
[@yozora/tokenizer-html-inline]:
|
|
295
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
296
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
295
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-inline#readme
|
|
296
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/image#readme
|
|
297
297
|
[@yozora/tokenizer-image-reference]:
|
|
298
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
298
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/image-reference#readme
|
|
299
299
|
[@yozora/tokenizer-indented-code]:
|
|
300
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
300
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/indented-code#readme
|
|
301
301
|
[@yozora/tokenizer-inline-code]:
|
|
302
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
302
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/inline-code#readme
|
|
303
303
|
[@yozora/tokenizer-inline-math]:
|
|
304
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
305
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
304
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/inline-math#readme
|
|
305
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/link#readme
|
|
306
306
|
[@yozora/tokenizer-link-reference]:
|
|
307
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
308
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
309
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
307
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/link-reference#readme
|
|
308
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/list#readme
|
|
309
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/math#readme
|
|
310
310
|
[@yozora/tokenizer-paragraph]:
|
|
311
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
311
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/paragraph#readme
|
|
312
312
|
[@yozora/tokenizer-setext-heading]:
|
|
313
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
314
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
315
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
313
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/setext-heading#readme
|
|
314
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/table#readme
|
|
315
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/text#readme
|
|
316
316
|
[@yozora/tokenizer-thematic-break]:
|
|
317
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
317
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/thematic-break#readme
|
|
318
318
|
[@yozora/react-admonition]:
|
|
319
319
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
320
320
|
[@yozora/react-blockquote]:
|
package/lib/cjs/index.cjs
CHANGED
package/lib/esm/index.mjs
CHANGED
package/lib/types/index.d.ts
CHANGED
|
@@ -38,4 +38,3 @@ declare class AdmonitionTokenizer extends FencedBlockTokenizer<T, INode, IThis>
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
export { AdmonitionTokenizer, uniqueName as AdmonitionTokenizerName, type IThis as IAdmonitionHookContext, type IToken as IAdmonitionToken, type ITokenizerProps as IAdmonitionTokenizerProps, match as admonitionMatch, parse as admonitionParse, AdmonitionTokenizer as default };
|
|
41
|
-
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-admonition",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.5",
|
|
4
4
|
"description": "Tokenizer for processing admonitions",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "guanghechen",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"url": "https://github.com/yozorajs/yozora.git",
|
|
12
12
|
"directory": "tokenizers/admonition"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.
|
|
14
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/admonition",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"yozora",
|
|
17
17
|
"markdown",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@yozora/ast": "^2.3.
|
|
45
|
-
"@yozora/character": "^2.3.
|
|
46
|
-
"@yozora/core-tokenizer": "^2.3.
|
|
47
|
-
"@yozora/tokenizer-fenced-block": "^2.3.
|
|
44
|
+
"@yozora/ast": "^2.3.5",
|
|
45
|
+
"@yozora/character": "^2.3.5",
|
|
46
|
+
"@yozora/core-tokenizer": "^2.3.5",
|
|
47
|
+
"@yozora/tokenizer-fenced-block": "^2.3.5"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "251eac044927616fe211c86c98e44a39003bd664"
|
|
50
50
|
}
|