no message
Former-commit-id: b94bf1e3e3cba10be166f2ec381224e19e2b6aed Former-commit-id: 6ea5bf9eca782bb1de02375d965be1120829d2c9 Former-commit-id: 0094e36fbc04bc8bf80eda85f573470dd55cd64d
This commit is contained in:
16
static/markdownFiles/article/组件 - markdown - 文档.md
Normal file
16
static/markdownFiles/article/组件 - markdown - 文档.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## 参数
|
||||
|
||||
| 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| url | markdown文件地址 | 非 | String | | 无 |
|
||||
| md | markdown内容 | 非 | String | | 无 |
|
||||
| highlight | 代码高亮 | 非 | Boolean | | false |
|
||||
| baidupan | 百度网盘分享链接显示优化 | 非 | Boolean | | true |
|
||||
|
||||
## 使用方法
|
||||
|
||||
加载一个.md文件
|
||||
|
||||
```
|
||||
<markdown url="/static/markdownFiles/article/组件 - markdown - 演示.md"></markdown>
|
||||
```
|
||||
Reference in New Issue
Block a user