From 77679637783b0de5b099a7407eeb7f9f1072a44a Mon Sep 17 00:00:00 2001 From: andyhm10000 Date: Thu, 28 Jul 2022 02:10:53 +0000 Subject: [PATCH 1/2] update README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca813b0..0f99636 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ | [libphonenumber-js](https://github.com/catamphetamine/libphonenumber-js) | 用于解析、格式化和验证国际电话号码。| | [node-lru-cache](https://github.com/isaacs/node-lru-cache) | 一个删除最近最少使用算法的项目的缓存工具。| | [jackson-js](https://github.com/elastos/jackson-js) | JavaScript 对象序列化和反序列化库。它还支持高级对象概念,例如多态性、对象标识和循环对象。| +| [commonmark](https://github.com/commonmark/commonmark.js) | 将Markdown格式文件转换为Html或者xml文件,用于在网页中显示。 | [sample地址](https://gitee.com/openharmony-tpc/commonmark) | [返回目录](#目录) -- Gitee From 6a53523677d1a88cb98ed42be05122ea3c345791 Mon Sep 17 00:00:00 2001 From: andyhm10000 Date: Thu, 28 Jul 2022 02:13:02 +0000 Subject: [PATCH 2/2] update README.md. Signed-off-by: andyhm10000 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f99636..0e30725 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ | [jackson-js](https://github.com/elastos/jackson-js) | JavaScript 对象序列化和反序列化库。它还支持高级对象概念,例如多态性、对象标识和循环对象。| | [commonmark](https://github.com/commonmark/commonmark.js) | 将Markdown格式文件转换为Html或者xml文件,用于在网页中显示。 | [sample地址](https://gitee.com/openharmony-tpc/commonmark) | + [返回目录](#目录) ### 框架 -- Gitee