Files
mes-ui-d2/static/markdownFiles/demo/baseMarkdowmFile.md

26 lines
347 B
Markdown
Raw Normal View History

[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 |