@yozora/tokenizer-inline-math 2.3.2 → 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 +19 -0
- package/README.md +42 -42
- package/lib/types/index.d.ts +1 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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-inline-math
|
|
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.3 (2024-09-20)</small>
|
|
16
|
+
|
|
17
|
+
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
|
|
18
|
+
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
6
25
|
## [2.3.2](https://github.com/yozorajs/yozora/compare/v2.3.1...v2.3.2) (2024-06-17)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @yozora/tokenizer-inline-math
|
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/inline-math#readme">@yozora/tokenizer-inline-math</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-inline-math">
|
|
@@ -180,80 +180,80 @@ parser.parse("`$x^2 + y^2 = z^2, x < 0$`")
|
|
|
180
180
|
|
|
181
181
|
[live-examples]: https://yozora.guanghechen.com/docs/package/tokenizer-inline-math#live-examples
|
|
182
182
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-inline-math
|
|
183
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
183
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-math#readme
|
|
184
184
|
[gfm-spec]: https://github.github.com/gfm
|
|
185
185
|
[mdast-homepage]: https://github.com/syntax-tree/mdast
|
|
186
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
187
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
188
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
186
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast#readme
|
|
187
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast-util#readme
|
|
188
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/character#readme
|
|
189
189
|
[@yozora/eslint-config]:
|
|
190
190
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
191
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
191
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-parser#readme
|
|
192
192
|
[@yozora/core-tokenizer]:
|
|
193
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
194
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
193
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-tokenizer#readme
|
|
194
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/invariant#readme
|
|
195
195
|
[@yozora/jest-for-tokenizer]:
|
|
196
196
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
197
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
198
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
197
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser#readme
|
|
198
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser-gfm#readme
|
|
199
199
|
[@yozora/parser-gfm-ex]:
|
|
200
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
200
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser-gfm-ex#readme
|
|
201
201
|
[@yozora/template-tokenizer]:
|
|
202
202
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
203
203
|
[@yozora/tokenizer-admonition]:
|
|
204
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
204
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/admonition#readme
|
|
205
205
|
[@yozora/tokenizer-autolink]:
|
|
206
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
206
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink#readme
|
|
207
207
|
[@yozora/tokenizer-autolink-extension]:
|
|
208
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
208
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink-extension#readme
|
|
209
209
|
[@yozora/tokenizer-blockquote]:
|
|
210
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
211
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
210
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/blockquote#readme
|
|
211
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/break#readme
|
|
212
212
|
[@yozora/tokenizer-definition]:
|
|
213
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
214
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
213
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/definition#readme
|
|
214
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/delete#readme
|
|
215
215
|
[@yozora/tokenizer-ecma-import]:
|
|
216
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
216
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/ecma-import#readme
|
|
217
217
|
[@yozora/tokenizer-emphasis]:
|
|
218
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
218
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/emphasis#readme
|
|
219
219
|
[@yozora/tokenizer-fenced-block]:
|
|
220
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
220
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/fenced-block#readme
|
|
221
221
|
[@yozora/tokenizer-fenced-code]:
|
|
222
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
222
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/fenced-code#readme
|
|
223
223
|
[@yozora/tokenizer-footnote]:
|
|
224
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
224
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote#readme
|
|
225
225
|
[@yozora/tokenizer-footnote-definition]:
|
|
226
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
226
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote-definition#readme
|
|
227
227
|
[@yozora/tokenizer-footnote-reference]:
|
|
228
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
228
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote-reference#readme
|
|
229
229
|
[@yozora/tokenizer-heading]:
|
|
230
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
230
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/heading#readme
|
|
231
231
|
[@yozora/tokenizer-html-block]:
|
|
232
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
232
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-block#readme
|
|
233
233
|
[@yozora/tokenizer-html-inline]:
|
|
234
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
235
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
234
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-inline#readme
|
|
235
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/image#readme
|
|
236
236
|
[@yozora/tokenizer-image-reference]:
|
|
237
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
237
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/image-reference#readme
|
|
238
238
|
[@yozora/tokenizer-indented-code]:
|
|
239
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
239
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/indented-code#readme
|
|
240
240
|
[@yozora/tokenizer-inline-code]:
|
|
241
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
241
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-code#readme
|
|
242
242
|
[@yozora/tokenizer-inline-math]:
|
|
243
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
244
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
243
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-math#readme
|
|
244
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/link#readme
|
|
245
245
|
[@yozora/tokenizer-link-reference]:
|
|
246
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
247
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
248
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
246
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/link-reference#readme
|
|
247
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/list#readme
|
|
248
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/math#readme
|
|
249
249
|
[@yozora/tokenizer-paragraph]:
|
|
250
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
250
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/paragraph#readme
|
|
251
251
|
[@yozora/tokenizer-setext-heading]:
|
|
252
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
253
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
254
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
252
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/setext-heading#readme
|
|
253
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/table#readme
|
|
254
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/text#readme
|
|
255
255
|
[@yozora/tokenizer-thematic-break]:
|
|
256
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
256
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/thematic-break#readme
|
|
257
257
|
[@yozora/react-admonition]:
|
|
258
258
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
259
259
|
[@yozora/react-blockquote]:
|
package/lib/types/index.d.ts
CHANGED
|
@@ -49,3 +49,4 @@ declare class InlineMathTokenizer extends BaseInlineTokenizer<T, IDelimiter, ITo
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
export { type IThis as IInlineMathHookContext, type IToken as IInlineMathToken, type ITokenizerProps as IInlineMathTokenizerProps, InlineMathTokenizer, uniqueName as InlineMathTokenizerName, InlineMathTokenizer as default, match as inlineMathMatch, parse as inlineMathParse };
|
|
52
|
+
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-inline-math",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "Tokenizer for processing inline math (formulas)",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "guanghechen",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"url": "https://github.com/yozorajs/yozora.git",
|
|
12
12
|
"directory": "tokenizers/inline-math"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.
|
|
14
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/inline-math",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"yozora",
|
|
17
17
|
"markdown",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"README.md"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@yozora/ast": "^2.3.
|
|
48
|
-
"@yozora/character": "^2.3.
|
|
49
|
-
"@yozora/core-tokenizer": "^2.3.
|
|
47
|
+
"@yozora/ast": "^2.3.4",
|
|
48
|
+
"@yozora/character": "^2.3.4",
|
|
49
|
+
"@yozora/core-tokenizer": "^2.3.4"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ac66f6209903a0d4956f6571528b817174a36f06"
|
|
52
52
|
}
|