線上參考

import type

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

  1. vscode icons
  2. css peak
  3. guide : where it end
  4. rainbow bracket
  5. beautify a. ident rainbow
  6. live server
  7. code runner
  8. path intellisense
  9. html tag wrap a. tag-jump
  10. auto rename tag
  11. git history
  12. jshint
  13. intellisense css

issue

自動產生HTML

mume