Skip to content

Commit 452e194

Browse files
committed
doc: Update README.md
1 parent 3564d6f commit 452e194

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

core/README-zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
markdown-react-code-preview-loader
22
===
33

4+
[![CI](https://github.com/kktjs/markdown-react-code-preview-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/kktjs/markdown-react-code-preview-loader/actions/workflows/ci.yml)
5+
[![npm version](https://img.shields.io/npm/v/markdown-react-code-preview-loader.svg)](https://www.npmjs.com/package/markdown-react-code-preview-loader)
6+
[![npm unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/markdown-react-code-preview-loader/file/README.md)
7+
48
索引 Markdown 中的示例文本,转换为 React 组件。当前包是 `webpack``loader`,通过配置当前 `loader` 加载 `markdown` 文档,返回一个 `JS` 对象,包含 `markdown` 文本,`markdown` 文本中的示例索引。
59

610
## 安装 Loader

core/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
markdown-react-code-preview-loader
22
===
33

4+
[![CI](https://github.com/kktjs/markdown-react-code-preview-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/kktjs/markdown-react-code-preview-loader/actions/workflows/ci.yml)
5+
[![npm version](https://img.shields.io/npm/v/markdown-react-code-preview-loader.svg)](https://www.npmjs.com/package/markdown-react-code-preview-loader)
6+
[![npm unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/markdown-react-code-preview-loader/file/README.md)
7+
48
Index example text in Markdown, converted to React components. The current package is the `loader` of `webpack`, which loads the `markdown` document by configuring the current `loader`, returning a `JS` object containing the `markdown` text, the example index in the `markdown` text.
59

610
## Install Loader

0 commit comments

Comments
 (0)