Text and Typography

Apr 19, 2025
2 minutes

Headings

H1 — heading

H2 — heading

H3 — heading

H4 — heading

Paragraph

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Emphasis

Italic text

Bold text

Bold italic text

Strikethrough text

Highlighted text

Subscript: H2O

Superscript: X2

Inline code: So much code.

Just link: http://127.0.0.1

Just email: [email protected]

Text link: Dmitrijs Golubevs

Special symbols

Some common special characters can be typed with ease, like: © ® ™ ± … – —

Plenty of emojis are available, like: ⚠️ 💡 📡 😄 ⛺ 😂 💗

Lists

Ordered list

  1. Firstly
  2. Secondly
  3. Thirdly

Unordered list

  • Chapter
    • Section 1
    • Section 2

ToDo list

  • Job
    • Step 1
    • Step 2
    • Step 3

Description list

Sun
the star around which the Earth orbits
Moon
the natural satellite of the Earth, visible by reflected light from the Sun

Block Quote

This line shows the block quote. The quote may contain multiple lines or even paragraphs

Admonitions

⚠️ Warning: Do not push the big red button.

📝 Note: Sunrises are beautiful.

💡 Tip: Remember to appreciate the little things in life.

Tables

CompanyContactCountry
Alfreds FutterkisteMaria AndersGermany
Island TradingHelen BennettUK
Magazzini Alimentari RiunitiGiovanni RovelliItaly

Table 1: a sample table. Note that you can align text in the columns to the left, right or center.

Footnote

Click the hook will locate the footnote[1], and here is another footnote[2].

Code blocks

Common

This is a common code snippet, without syntax highlight and line number.

Specific Language

if [ $? -ne 0 ]; then
  echo "The command was not successful.";
  #do the needful / exit
fi;

Images

Default

Sample imageImage 1: Sample image

Linking images

Sample imageImage 2: Sample image with a link

Embeds

The following services can be embedded:

  • Instagram
  • OpenStreetMap
  • Spotify
  • TED
  • TikTok
  • Twitch
  • Twitter
  • Vimeo
  • YouTube

Example:

Reverse Footnote


  1. The footnote source ↩︎

  2. The 2nd footnote source ↩︎