- Useful links
- My blog’s information
- Design
- Frequently used Emoji
- CSS
- Markdown (with Markdown plus)
- Github Card
- Mermaid Flowchart
- Barchart
Useful links
My blog’s information
Design
Frequently used Emoji
😄 :smile: | 😊 :blush: | 😍 :heart_eyes: |
😓 :sweat: | 👍 :thumbsup: | 😋 :yum: |
😰 :cold_sweat: | 😱 :scream: | 😭 :sob: |
😜 :stuck_out_tongue_winking_eye: | 😗 :kissing: | 😪 :sleepy: |
💩 :poop: | ✌️ :v: | 💯 :100: |
🙈 :see_no_evil: | 🙉 :hear_no_evil: | 🙊 :speak_no_evil: |
💋 :kiss: | 💀 :skull: | 💧 :droplet: |
🎆 :fireworks: | 📢 :loudspeaker: | ⚠️ :warning: |
🚫 :no_entry_sign: | ✅ :white_check_mark: | ❌ :x: |
㊙️ :secret: | ⁉️ :interrobang: | ‼️ :bangbang: |
and more from Emoji Cheatsheet
CSS
Keys
- Control <kbd>Contro</kbd>
- Shift ⇧ <kbd>Shift ⇧</kbd> - use Unicode characters
Markdown (with Markdown plus)
++Inserted++
++Inserted++ (disabled)- Footnote
[^1]
for the mark,[^1]:
for the note - Use {% raw %}{% endraw %} if the markdown cause you trouble on {{}} or {%%}
- Youtube Video {% youtube [youtube id] %}
Action | Markdown | Sample |
---|---|---|
sub | H~2~0 | H20 |
sup | x^2^ | x2 |
Bold | **bold** | bold |
Italic | *italic* | italic |
Bold and Italic | ***bold and italic*** | bold and italic |
Strikethrough | ~~strikethrough~~ | |
Inline code | `inline code` | inline code |
Link | [link text](https://example.com) | link text |
Image |  | ![]() |
Table Column Alignment
Code:
1 | | Default | Left | Center | Right | |
Result:
Default | Left | Center | Right |
---|---|---|---|
1 | 1 | 1 | 1 |
22 | 22 | 22 | 22 |
333 | 333 | 333 | 333 |
Blockquote
Code:
1 | > Some quote text |
Result:
Some quote text
Ordered list
Code:
1 | 1. item 1 |
Result:
- item 1
- item 2
Unordered list
Code:
1 | - item 1 |
Result:
- item 1
- item 2
Horizontal rule
Code:---
Result:
Code block
Result:
1 | Code block |
Code:
1 | ~~~ |
Github Card
Code:
1 | {% githubCard user:neoalienson repo:pachinko %} |
Result:
Mermaid Flowchart
Code:
1 | {% mermaid %} |
Result:
Barchart
Barchart from easy charts
Result:
Code:
1 | {% barchart 'Sample Chart' %} |