Skip to content

Commit 950053d

Browse files
Version Packages (#831)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e0100f0 commit 950053d

4 files changed

Lines changed: 17 additions & 19 deletions

File tree

.changeset/nested-html-depth-fix.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/streaming-setext-fix.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

lib/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# markdown-to-jsx
22

3+
## 9.7.7
4+
5+
### Patch Changes
6+
7+
- e0100f0: fix: nested HTML blocks with same tag name now correctly match depth-paired closing tags
8+
9+
修复:嵌套的同名 HTML 块现在能正确匹配深度配对的关闭标签
10+
11+
修正:समान टैग नाम वाले नेस्टेड HTML ब्लॉक अब सही ढंग से गहराई-युग्मित समापन टैग से मिलान करते हैं
12+
13+
- bf5d906: fix: suppress ambiguous setext headings during streaming to avoid premature heading rendering
14+
15+
修复:在流式传输过程中抑制歧义的 Setext 标题,避免过早渲染标题
16+
17+
修正:स्ट्रीमिंग के दौरान अस्पष्ट Setext शीर्षकों को दबाएं ताकि समय से पहले शीर्षक प्रदर्शन न हो
18+
319
## 9.7.6
420

521
### Patch Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A very fast and versatile markdown toolchain. AST, React, React Native, SolidJS, Vue, Markdown, and HTML output available with full customization.",
44
"homepage": "https://markdown-to-jsx.quantizor.dev",
55
"license": "MIT",
6-
"version": "9.7.6",
6+
"version": "9.7.7",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)