Put the code below at the VERY top of the Markdown file to change the page’s properties. Search will NOT work without this.

---
layout: default
title: Markdown
permalink: Markdown
---

Old Version

This is text. This is text one linebreak below. It will appear on the same line.

This is text TWO linebreaks below. It will NOT appear on the same line.

This is striked text, using two tildes, delet this.🔫

This is italic text, using one asterisk.

You can also use one underscore.

This is bold text, using two asterisks.

This is italic, but you can add two asterisks to turn the italic bold, and end both with three asterisks.

You can do the same in reverse, and even in between.

This is a quote, using a GreaterThan sign and a space.

Smol text at the bottom using HTML subscript tags.

Smol text at the top using HTML superscript tags.

Use a colon one line below to describe a term. This will also automatically add a colon to the term title
Description of the term.

Add {: .label .label-color }, replacing color with one of the colors below to create labels.

Blue

Green

Yellow

Red

Purple and bold!?

Use {: .fw-300 } to set the font weight to 300.

Or 700.

Use {: .fs-1 } to set the font size to 1.

Or 10.

<!- Use HTML comment tags to make something invisible. This is visible because there’s only one dash instead of two. ->

Use a number sign to create a linkable header

Add more number signs to make smaller headers

An even smaller header

So smol

pls halp
a
  1. Use a number, a period, and space
  2. To make an ordered list.
  • Use an asterisk and space
  • To make an unordered list.

  • You can also use
  • A dash and space instead.

  • Use an asterisk, space, open square bracket, space, closed square bracket, and space, to add a checkmark.
  • You can add an x (lowercase) instead of the space between the square brackets to mark the item done.
  1. You can use 1
  2. For every row
  3. To allow Markdown
  4. To number the list
  5. Automatically.
  • Use tabs
    • To add layers
      • To the unordered list.

Nesting an unordered list inside an ordered list inside an unordered list.

  • level 1 item (Unordered)
    1. level 2 item (Ordered)
    2. level 2 item (Ordered)
      • level 3 item (Unordered)
      • level 3 item (Unordered)
  • level 1 item (Unordered)
    1. level 2 item (Ordered)
    2. level 2 item (Ordered)
      • level 3 item (Unordered)
      • level 3 item (Unordered)
      1. level 4 item (Ordered)
      2. level 4 item (Ordered)
  • level 1 item (Unordered)

Asterisk, space, asterisk, space, asterisk…


…creates a horizontal bar.

Use grave accents for tiny code or keywords.

// Use three grave accents, the language, and a linebreak to create code blocks. Here's some meme js.
var fun = function lang(l) {
  dateformat.i18n = require('./lang/' + l)
  return true;
}

End the code block with a linebreak, another three grave accents and a linebreak.

Specify no language to display normal text that shows a copy button when hovered. Long lines outside of code blocks wrap around, but long lines inside code blocks do not. This is a long enough text to demonstrate this. Did you know that in terms of Human to Pokemon breeding Vaporeon is- ok sorry.

To create a link, put the name of the link between square parentheses, then put the link itself between round parentheses, with no spaces.

This is a link to a local Markdown page.

This is a link to another webpage.

Add {: .btn } next to ) to create a button. The two links above, But as buttons.

You can link files too. If the file can’t display on a browser window, a download will start.

Add ! at the beginning before the square parenthesis to embed. You cannot embed links or webpages, only files. There’s no need to put anything inside the square parenthesis when you’re embedding.

This is a PNG one line below.

This is a PNG two lines below.

Embedded files cannot be bigger than 10MB (Recommended staying below 8MB), and must be either .PNG, .JPG, .SVG, .LOG, .TXT, .PDF, or .ZIP.

Animated files such as .GIF, .MP4, or .MOV, will only embed properly on Desktop (x86) Chromium and Firefox based web browsers. ARM devices or anything that isn’t x86 will not work.

Use vertical bars to create a table.Cells can vary in widthAnd do not need to be perfectly alignedWithin columns
LeftCenterRight
To tell text where to alignUse :- :-: or -:On the second row.
Header 1Header Two
TextThis is a csv file.
Striked TextUsing commas or tabs inside a csv file…
Italic Text…is strictly forbidden.
Bold TextTo learn how to import a CSV into Markdown…
Sub Text…please read the source file.
Sup TextIt’s quite complicated but easily copy-pasteable.
<!- Hidden Text ->Folder containing CSV files MUST be named _data.
Code TextNothing else will be read. Not even _Data or _files.
LinkYou can type certain markdown in a CSV file…
External Link…and it will render correctly, which is kind of insane.
The two links aboveNot all markdown is currently supported.
But as buttonsAll supported markdown…
File Link…is listed to the right.
It’s recommended to use few columns and more rows…
…to accomodate for portrait displays.

You can make footnotes with a caret and a number, between square brackets1. You can also use whatever name you want instead of a number.2

  1. Add a colon (NOT semicolon) to invoke the footnote, make sure it’s at the bottom of the page and at the beginning of the line or it won’t work. 

  2. Although it will still display as a number with certain themes.