no message
Former-commit-id: 51fd4c40e3d45c1d426d90842ba58aea2810aa7c Former-commit-id: 858c106a99c795aa2b1eb3f6d4efeadfb46a2068 Former-commit-id: 305e2fb9469fa614728642ab1b89ad5715d3bc37
This commit is contained in:
26
static/markdownFiles/demo/base.md
Normal file
26
static/markdownFiles/demo/base.md
Normal file
@@ -0,0 +1,26 @@
|
||||
[https://github.com/FairyEver](https://github.com/FairyEver)
|
||||
|
||||
> 引用文字
|
||||
|
||||
`JavaScript` 代码
|
||||
|
||||
```
|
||||
const demo = (name = 'vue') => {
|
||||
console.log(name)
|
||||
}
|
||||
demo(
|
||||
```
|
||||
|
||||
`CSS` 代码
|
||||
|
||||
```
|
||||
body {
|
||||
background-color: #333;
|
||||
height: 100%;
|
||||
}
|
||||
```
|
||||
|
||||
| name | age | sex | delFlag |
|
||||
| --- | --- | --- | --- |
|
||||
| ban | 24 | 0 | 0 |
|
||||
| FairyEver | 24 | 1 | 0 |
|
||||
Reference in New Issue
Block a user