mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-11-22 06:49:06 +08:00
doc: update docs/quickreference.md
This commit is contained in:
@@ -252,6 +252,26 @@ LICENSE=Copyright (c) <b>2022</b> 小弟调调™
|
||||
|
||||
在项目根目录中创建 <pur>**.env**</pur> 文件
|
||||
|
||||
### 图片
|
||||
|
||||

|
||||
<img src="../icons/favicon.svg?#sss=1" alt="alt text" height="95" width="95" />
|
||||
|
||||
<hr />
|
||||
|
||||
```markdown
|
||||

|
||||
|
||||
<img
|
||||
src="./quickreference.svg?#sss=1"
|
||||
alt="alt text"
|
||||
height="95"
|
||||
width="95"
|
||||
/>
|
||||
```
|
||||
|
||||
在 Markdown 中引入图片
|
||||
|
||||
Markdown 语法注释
|
||||
---
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"markdownlint": "^0.33.0",
|
||||
"markdownlint-cli": "^0.39.0",
|
||||
"prettier": "^3.0.0",
|
||||
"refs-cli": "^1.10.1"
|
||||
"refs-cli": "^1.11.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
||||
Reference in New Issue
Block a user