mirror of https://gitlab.com/curben/blog
fix(markdown): ordered list's indent must have 4 spaces
- f8024eb24d/docs/demo/quickref.md (lists)
- fix table syntax
This commit is contained in:
parent
4cea30e514
commit
5256ade567
|
@ -89,6 +89,7 @@ $ git push -u
|
||||||
8. If there is no error, the generated website can be accessed on <b>*username*.github.io</b>
|
8. If there is no error, the generated website can be accessed on <b>*username*.github.io</b>
|
||||||
|
|
||||||
## Writing
|
## Writing
|
||||||
|
|
||||||
1. Create a new post (using Hexo)
|
1. Create a new post (using Hexo)
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
|
|
@ -55,8 +55,9 @@ For example to remove 3D Builder,
|
||||||
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
|
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
App name | Package name
|
App name | Package name
|
||||||
---|---
|
--- | ---
|
||||||
3D Builder | 3dbuilder
|
3D Builder | 3dbuilder
|
||||||
3D Viewer | 3dviewer
|
3D Viewer | 3dviewer
|
||||||
Alarms and Clock¹ | windowsalarms
|
Alarms and Clock¹ | windowsalarms
|
||||||
|
@ -85,6 +86,7 @@ Wallet | wallet
|
||||||
Weather | bingweather
|
Weather | bingweather
|
||||||
Xbox | xboxapp
|
Xbox | xboxapp
|
||||||
Your Phone | yourphone
|
Your Phone | yourphone
|
||||||
|
|
||||||
¹ These are *not* the time and date view you get at the bottom right. Safe to remove.
|
¹ These are *not* the time and date view you get at the bottom right. Safe to remove.
|
||||||
² This is a full-screen/[UWP](https://en.wikipedia.org/wiki/Universal_Windows_Platform_apps) image viewer. Safe to remove.
|
² This is a full-screen/[UWP](https://en.wikipedia.org/wiki/Universal_Windows_Platform_apps) image viewer. Safe to remove.
|
||||||
³ You might need it. Safe to remove if you don't.
|
³ You might need it. Safe to remove if you don't.
|
||||||
|
|
Loading…
Reference in New Issue