From 9017e3a2f77046ed8794dfd706d8fe6be03332cd Mon Sep 17 00:00:00 2001 From: andyhm10000 Date: Wed, 6 Jul 2022 16:42:31 +0000 Subject: [PATCH] update README.md. sig start build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4505cb..ca7970e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ |:---:|:---:|:---:| | [protobufjs](https://github.com/protobufjs/protobuf.js) | 主要功能是序列化和反序列化,更高效,序列化后的体积也很小,受到广大开发者的喜爱。 | [sample地址](https://github.com/protobufjs/protobuf.js)| | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://github.com/apache/commons-codec)| +| [commonmark](https://github.com/commonmark/commonmark.js) | 将markdown格式文件转换成html或是xml文件,用于网页中显示 | [sample地址](https://gittee.com/openharmony-tpc/commonmark)| [返回目录](#目录) -- Gitee