Typography

Overview

See also https://gist.github.com/brandonkal/81aef71276a54536951c0f205797999c

Text samples

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.

Bold text

Italic text

Bold and Italic

Strike through

Lists

  1. First ordered list item
  2. Another item

    • Unordered sub-list (needs to be aligned on level of higher item)
  3. Actual numbers don't matter, just that it's a number

    1. Ordered sub-list (needs to be aligned on level of higher item)
  4. And another item.

    Some text that should be aligned with the above item.

Separator needed here to break list

  • Unordered list can use asterisks
  • text

Links

I'm an inline-style link

I am a http link: http://www.google.com

Only [link text itself] does NOT work, even not with http included [http://www.google.com]

Tables

Colons can be used to align columns.

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.

MarkdownLessPretty
Stillrendersnicely
123
  • TODO: tables does not look nice up-to-now, borders are missing

Code

Some Markdown code:

# Headline 1

Some Java code:

public static void main();

Some Markdown code:

function x()
  • TODO: does not look very nice up-to-now

Blockquotes

Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.

Quote break.

This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to

  • TODO: does not look nice, should be inside a box

References

Here is Ref #1 1 with some text

Here is Ref #2 2 with some text

Photo samples

Single photo

Unglaubliche Landschaft

Photo composition

Video samples

Some text

Caption for video

Headline 1

Headline 2

Headline 3

Headline 4

Headline 5
Headline 6

References List


  1. Ref#1

  2. Ref#2

Impressum
Version: 288c6e0e / 2024-01-16T16:56:43.000Z