Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae73f70 commit f84b76dCopy full SHA for f84b76d
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.6.3](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.2...v0.6.3) (2024-11-07)
2
+
3
4
+### Bug Fixes
5
6
+* generate header anchor for strong/em/del syntax ([#64](https://github.com/web-infra-dev/mdx-rs/issues/64)) ([ae73f70](https://github.com/web-infra-dev/mdx-rs/commit/ae73f70a55f39a849d4f2ec5fef6f120907bddde))
7
8
9
10
## [0.6.2](https://github.com/web-infra-dev/mdx-rs/compare/v0.6.1...v0.6.2) (2024-11-07)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@rspress/mdx-rs",
"description": "MDX compilation binding for Rspress",
- "version": "0.6.2",
+ "version": "0.6.3",
"main": "index.js",
"types": "index.d.ts",
"files": [
0 commit comments