Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 903 Bytes

demo.md

File metadata and controls

64 lines (39 loc) · 903 Bytes

Markdown Demo

This is an example Markdown document.

Make a change!

Bold and Italics

This text is bold.

This text is italics.

This text is bold and italics.

Lists

This is an ordered list:

  1. Item Number One
  2. Item Number Two
  3. Item Number Three

This is an unordered list:

  • Item Number One
  • Item Number Two
  • Item Number Three

Links

This is a link to my portfolio.

Images

This is an image:

BrickMMO Planet

Code

We can put inline code by using a tic.

To add an image use an <img> tag.

You can add multi-line code by using three tics and the name of the coding language:

function test() {
  console.log("test");
}

Tables

Language Rating
HTML 5
JavaScript 7
CSS 9

GitHub Flavour

Note

This is a note!