example image

Transmissions Test Page

I needed somewhere to test out all the different markdown styles I have access to.

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

This is bold text

This is bold text

This is italic text

This is italic text

Bacon ipsum dolor amet fatback ham doner kielbasa drumstick pig, ground round beef ribs salami ribeye pork belly pork rump shank. Bacon cupim kevin drumstick pancetta. Doner brisket swine cupim hamburger burgdoggen, corned beef pancetta chuck meatloaf leberkas. Ribeye ground round beef shank tail turkey spare ribs. Meatball chislic filet mignon, short ribs landjaeger ham hock beef chuck sausage capicola corned beef salami.

  1. First ordered list item

  2. Another item

  3. Actual numbers don't matter, just that it's a number

  4. And another item.

    You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown).

    To have a line break without a paragraph, you will need to use two trailing spaces.
    Note that this line is separate, but within the same paragraph.
    ⋅(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)

  • Unordered list can use asterisks
  • They sure can

I'm an inline-style link

I'm an inline-style link with title

example image

Inline code has back-ticks around it.

A code block has three back-ticks.

export default function MDXPage({ children }) {
  return <MdxLayout>{children}</MdxLayout>
}

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 make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.

Blockquotes can also be nested...

...by using additional greater-than signs right next to each other...

...or with spaces between arrows.