We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c740197 commit e3a0e4cCopy full SHA for e3a0e4c
Markdown/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 更新日志
2
3
+## v2.0.4
4
+fix: 修复v1版本内容为超链接且样式为加粗时渲染异常bug [#19](https://github.com/lidary-byte/HMarkdown/issues/19)
5
+fix: 修复有序列表超过10个,序号显示异常bug [#20](https://github.com/lidary-byte/HMarkdown/issues/20)
6
+
7
## v2.0.3
8
fix: 修复内容为超链接且样式为加粗时渲染异常bug [#19](https://github.com/lidary-byte/HMarkdown/issues/19)
9
Markdown/oh-package.json5
@@ -1,6 +1,6 @@
{
"name": "@lidary/markdown",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "基于鸿蒙的Markdown解析库",
"main": "Index.ets",
"author": "lidary",
0 commit comments