@yozora/tokenizer-fenced-code 2.3.4 → 2.3.6
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 +22 -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,28 @@
|
|
|
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.6 (2024-10-23)</small>
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @yozora/tokenizer-fenced-code
|
|
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
|
+
|
|
15
|
+
## <small>2.3.5 (2024-10-06)</small>
|
|
16
|
+
|
|
17
|
+
- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
|
|
18
|
+
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
|
|
19
|
+
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
|
|
20
|
+
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
|
|
21
|
+
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
|
|
22
|
+
|
|
23
|
+
# Change Log
|
|
24
|
+
|
|
25
|
+
All notable changes to this project will be documented in this file. See
|
|
26
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
27
|
+
|
|
6
28
|
## <small>2.3.4 (2024-09-29)</small>
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @yozora/tokenizer-fenced-code
|
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.6/tokenizers/fenced-code#readme">@yozora/tokenizer-fenced-code</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-fenced-code">
|
|
@@ -213,80 +213,80 @@ export const foo: string = 'waw'
|
|
|
213
213
|
|
|
214
214
|
[live-examples]: https://yozora.guanghechen.com/docs/package/tokenizer-fenced-code#live-examples
|
|
215
215
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-fenced-code
|
|
216
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
216
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/fenced-code#readme
|
|
217
217
|
[gfm-spec]: https://github.github.com/gfm
|
|
218
218
|
[mdast-homepage]: https://github.com/syntax-tree/mdast
|
|
219
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
220
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
221
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
219
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.6/packages/ast#readme
|
|
220
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.6/packages/ast-util#readme
|
|
221
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.6/packages/character#readme
|
|
222
222
|
[@yozora/eslint-config]:
|
|
223
223
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
224
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
224
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.6/packages/core-parser#readme
|
|
225
225
|
[@yozora/core-tokenizer]:
|
|
226
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
227
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
226
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/packages/core-tokenizer#readme
|
|
227
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.6/packages/invariant#readme
|
|
228
228
|
[@yozora/jest-for-tokenizer]:
|
|
229
229
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
230
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
231
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
230
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.6/packages/parser#readme
|
|
231
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.6/packages/parser-gfm#readme
|
|
232
232
|
[@yozora/parser-gfm-ex]:
|
|
233
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
233
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/packages/parser-gfm-ex#readme
|
|
234
234
|
[@yozora/template-tokenizer]:
|
|
235
235
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
236
236
|
[@yozora/tokenizer-admonition]:
|
|
237
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
237
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/admonition#readme
|
|
238
238
|
[@yozora/tokenizer-autolink]:
|
|
239
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
239
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/autolink#readme
|
|
240
240
|
[@yozora/tokenizer-autolink-extension]:
|
|
241
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
241
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/autolink-extension#readme
|
|
242
242
|
[@yozora/tokenizer-blockquote]:
|
|
243
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
244
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
243
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/blockquote#readme
|
|
244
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/break#readme
|
|
245
245
|
[@yozora/tokenizer-definition]:
|
|
246
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
247
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
246
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/definition#readme
|
|
247
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/delete#readme
|
|
248
248
|
[@yozora/tokenizer-ecma-import]:
|
|
249
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
249
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/ecma-import#readme
|
|
250
250
|
[@yozora/tokenizer-emphasis]:
|
|
251
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
251
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/emphasis#readme
|
|
252
252
|
[@yozora/tokenizer-fenced-block]:
|
|
253
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
253
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/fenced-block#readme
|
|
254
254
|
[@yozora/tokenizer-fenced-code]:
|
|
255
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
255
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/fenced-code#readme
|
|
256
256
|
[@yozora/tokenizer-footnote]:
|
|
257
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
257
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/footnote#readme
|
|
258
258
|
[@yozora/tokenizer-footnote-definition]:
|
|
259
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
259
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/footnote-definition#readme
|
|
260
260
|
[@yozora/tokenizer-footnote-reference]:
|
|
261
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
261
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/footnote-reference#readme
|
|
262
262
|
[@yozora/tokenizer-heading]:
|
|
263
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
263
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/heading#readme
|
|
264
264
|
[@yozora/tokenizer-html-block]:
|
|
265
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
265
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/html-block#readme
|
|
266
266
|
[@yozora/tokenizer-html-inline]:
|
|
267
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
268
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
267
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/html-inline#readme
|
|
268
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/image#readme
|
|
269
269
|
[@yozora/tokenizer-image-reference]:
|
|
270
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
270
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/image-reference#readme
|
|
271
271
|
[@yozora/tokenizer-indented-code]:
|
|
272
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
272
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/indented-code#readme
|
|
273
273
|
[@yozora/tokenizer-inline-code]:
|
|
274
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
274
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/inline-code#readme
|
|
275
275
|
[@yozora/tokenizer-inline-math]:
|
|
276
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
277
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
276
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/inline-math#readme
|
|
277
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/link#readme
|
|
278
278
|
[@yozora/tokenizer-link-reference]:
|
|
279
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
280
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
281
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
279
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/link-reference#readme
|
|
280
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/list#readme
|
|
281
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/math#readme
|
|
282
282
|
[@yozora/tokenizer-paragraph]:
|
|
283
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
283
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/paragraph#readme
|
|
284
284
|
[@yozora/tokenizer-setext-heading]:
|
|
285
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
286
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
287
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
285
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/setext-heading#readme
|
|
286
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/table#readme
|
|
287
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/text#readme
|
|
288
288
|
[@yozora/tokenizer-thematic-break]:
|
|
289
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
289
|
+
https://github.com/yozorajs/yozora/tree/v2.3.6/tokenizers/thematic-break#readme
|
|
290
290
|
[@yozora/react-admonition]:
|
|
291
291
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
292
292
|
[@yozora/react-blockquote]:
|
package/lib/cjs/index.cjs
CHANGED
package/lib/esm/index.mjs
CHANGED
package/lib/types/index.d.ts
CHANGED
|
@@ -33,4 +33,3 @@ declare class FencedCodeTokenizer extends FencedBlockTokenizer<T, INode, IThis>
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export { FencedCodeTokenizer, uniqueName as FencedCodeTokenizerName, type IThis as IFencedCodeHookContext, type IToken as IFencedCodeToken, type ITokenizerProps as IFencedCodeTokenizerProps, FencedCodeTokenizer as default, match as fencedCodeMatch, parse as fencedCodeParse };
|
|
36
|
-
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-fenced-code",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.6",
|
|
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/fenced-code"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.
|
|
13
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/fenced-code",
|
|
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-fenced-block": "^2.3.
|
|
37
|
+
"@yozora/ast": "^2.3.6",
|
|
38
|
+
"@yozora/character": "^2.3.6",
|
|
39
|
+
"@yozora/core-tokenizer": "^2.3.6",
|
|
40
|
+
"@yozora/tokenizer-fenced-block": "^2.3.6"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "7a61f02a1dff874c68dc3b75b07832789604c3bc"
|
|
43
43
|
}
|