no message

Former-commit-id: 1c069d76278e418a4025d9507b64394b78d6c1dc
Former-commit-id: 196c50502c7c5dd567997000db8007406f2c7866
Former-commit-id: ce840c9b082c237c18e93ca38dc704000e355341
Former-commit-id: 81026579f627bbcbafce3aebbe444b9678cc4530
This commit is contained in:
liyang
2018-06-12 11:26:12 +08:00
parent 7c5c4a43cc
commit b32b84cdb1
9 changed files with 13 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
| 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 |
| --- | --- | --- | --- | --- | --- |
| url | markdown文件地址 | 非 | String | | 无 |
| md | markdown内容 | 非 | String | | 无 |
| source | markdown内容 | 非 | String | | 无 |
| highlight | 代码高亮 | 非 | Boolean | | false |
| baidupan | 百度网盘分享链接显示优化 | 非 | Boolean | | true |
@@ -26,7 +26,7 @@ const md = `# Header
text`
<d2-markdown :md="md"/>
<d2-markdown :source="md"/>
```
## 百度网盘分享链接优化