ParkerTenBroeck.github.io/content/random/markdown.md
ParkerTenBroeck 5df85e391a updated style
2026-04-29 23:18:50 -04:00

3.1 KiB

+++ title = "Markdown" description = "Here just for me" date = 2026-04-26 draft = true

[taxonomies] tags = ["markdown"] category = ["random"] +++

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough


Link to the sample section: Link Text.

Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle.


  • George Washington
  • John Adams
  • Thomas Jefferson
  1. James Madison

  2. James Monroe

  3. John Quincy Adams

  4. First list item

    • First nested list item
      • Second nested list item
fn foo(bar: i32) -> String{
    bar.into()
}

reference 1

indended block

meow 😁

Note

Highlights information that users should take into account, even when skimming.

Tip

Optional information to help a user be more successful.

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention due to potential risks.

Caution

Negative potential consequences of an action.

Blockquotes can also be nested...

Important

meow

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

Caution

...or with spaces between arrows.

wow

Colons can be used to align columns.

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.

Markdown Less Pretty
Still renders nicely
1 2 3
First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
Command Description
git status List all new or modified files
git diff Show file differences that haven't been staged
Command Description
git status List all new or modified files
git diff Show file differences that haven't been staged
Left-aligned Center-aligned Right-aligned
git status git status git status
git diff git diff git diff
Name Character
Backtick `
Pipe |

Header1

Header2

Header3

Header4

Header5
Header5