線上參考
note for markdown preview enhanced
var x=3
memaid tip
graph top down --> TD
graph TD;
A(how)-->B;
A-->C;
B-->D;
C-->D;
graph left right -> LR
graph LR
A --> B;
B --> C;
C --> A;
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...
para=>parallel: parallel tasks
st->op1->cond
cond(yes)->io->e
cond(no)->para
para(path1, bottom)->sub1(right)->op1
para(path2, top)->op1
vscode extension
- vscode icons
- css peak
- guide : where it end
- rainbow bracket
- beautify a. ident rainbow
- live server
- code runner
- path intellisense
- html tag wrap a. tag-jump
- auto rename tag
- git history
- jshint
- intellisense css