no message
Former-commit-id: 0a96bb54e9270e451e59b72e00e35053a7c0e152 Former-commit-id: c250ba90da6546626b9831847630aae786c88344 Former-commit-id: c1182b1bdc6ea9b3934275286a93e2760a643bfe
This commit is contained in:
26
static/markdownFiles/demo/baseMarkdowmFile.md
Normal file
26
static/markdownFiles/demo/baseMarkdowmFile.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