Heading 1 (H1 — usually the main section title)

Heading 2 (H2 — subsection)

Heading 3 (H3 — sub-subsection)

Normal paragraph text goes here.

Bold text
Italic text
Strikethrough
inline code

Blockquote — use for quotes or callout phrases.

Unordered list:

  • Item A
  • Item B
    • Nested item

Ordered list:

  1. First step
  2. Second step
  3. Third step

Link text

Link text

# Shell / terminal commands
sudo apt-get install <package>
bundle exec jekyll serve
// C code
#include <stdio.h>
int main(void) {
    printf("Hello\n");
    return 0;
}
// C++ code
#include <iostream>
int main() {
    std::cout << "Hello" << std::endl;
}
# Python
def hello():
    print("Hello")

Alt text description

Alt text
Caption text shown below the image.

Note: This is a default notice.

Note: This is a primary notice.

Tip: This is a success notice.

Warning: This is a warning notice.

Danger: This is a danger notice.

Info Title

  • Point one
  • Point two

Button label Danger button Large button

Column A Column B Column C
Row 1A Row 1B Row 1C
Row 2A Row 2B Row 2C

| Left | Center | Right | |:—|:—:|—:| | L | C | R |


References