Many People dont know how to write a .md file so I fork the cheatsheet from somewhere else and put it here.
P.S. This cheatsheet is for hexo markdown.
Extremely Useful Plugin
Markdown all in one
Markdown all in one
Typora
Get the app here
Sequence Generate
Install hexo-filter-sequence
Code
1 2 3 4
| sequence Alice->Bob: Hello Bob, how are you? Note right of Bob: Bob thinks Bob-->Alice: I am good thanks!
|
Output
1 2 3
| Alice->Bob: Hello Bob, how are you? Note right of Bob: Bob thinks Bob-->Alice: I am good thanks!
|
FlowChart Generate
Install hexo-filter-flowchart
Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| flow st=>start: Start|past:>http://www.google.com[blank] e=>end: End:>http://www.google.com op1=>operation: My Operation|past op2=>operation: Stuff|current sub1=>subroutine: My Subroutine|invalid cond=>condition: Yes or No?|approved:>http://www.google.com c2=>condition: Good idea|rejected io=>inputoutput: catch something...|request
st->op1(right)->cond cond(yes, right)->c2 cond(no)->sub1(left)->op1 c2(yes)->io->e c2(no)->op2->e
|
Output
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| st=>start: Start|past:>http://www.google.com[blank] e=>end: End:>http://www.google.com op1=>operation: My Operation|past op2=>operation: Stuff|current sub1=>subroutine: My Subroutine|invalid cond=>condition: Yes or No?|approved:>http://www.google.com c2=>condition: Good idea|rejected io=>inputoutput: catch something...|request
st->op1(right)->cond cond(yes, right)->c2 cond(no)->sub1(left)->op1 c2(yes)->io->e c2(no)->op2->e
|
Font Awesome
Font Awesome
Hexo PDF
Install Hexo PDF
Normal PDF
1
| {% pdf http://7xov2f.com1.z0.glb.clouddn.com/bash_freshman.pdf %}
|
or
1
| {% pdf ./bash_freshman.pdf %}
|
Google drive
1
| {% pdf https://drive.google.com/file/d/0B6qSwdwPxPRdTEliX0dhQ2JfUEU/preview %}
|
Slideshare
1
| {% pdf http://www.slideshare.net/slideshow/embed_code/key/8Jl0hUt2OKUOOE %}
|
Preview
Katex
Install Katex
Output
E=m∗c2
E=m∗c2
Documentation Here
Latex Generator(similar to Katex)
Latex Online Generator2