Cheat Sheet

Hopefully having all of this together as a single page will make my life easier!

Basic Markdown

Headings

go from one pound

down all the way

to a teeny tiny
six pound signs!

Blockquotes

Single level blockquote!

Lists

Unordered

  • Pen
  • Pineapple
  • Apple
  • Pen pineapple apple pen

Ordered

  1. Use 1. ordering for all the numbers
  2. So that moving lines around
  3. or adding items in the middle later
  4. Still keeps the counting consistent

Code

Inline code

1
2
3
4
# Code blocks

With integrated
 - Code highlighting

The theme I used uses prismjs, here is the list of supported languages

Strikethrough and Highlights

sliced

Bold new lip

Arrivederci (I did not look up the spelling. I will not verify. You may give me crap for this.)

with their powers combined

Lenna, the test image of all time.

Link!

Link! With a Title! (hover)

Horizontal rule




Task lists

  • Side quests
  • Actual important task

Callouts

📝 Note

Please make a note of this note.

💡 Tip

Tip! You can use pen and paper to take notes.

Info

Be informed that you do not actually need to take notes.

⚠️ Warning

Be warned, I will know if you did.

📌 Important

This doesn’t matter. Typing this doesn’t matter.

🚨 Caution

You’re threading dangerous territory.

Hugo Extended markdown features

1
2
3
4
// syntax highlighting
func main() {
    fmt.Println("oh wow such syntax")
}
1
2
3
4
// you can highlight lines???
func main() {
    fmt.Println("neat.")
}

for lookup later

Fancy tables with aligns

left-align center-align right align
Left value center value right value

Hugo-Theme-Stack features

Mermaid diagrams

Licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy