Skip to content

codeadamca/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Introduction to Markdown

Paragraphs and Headers

This is a paragraph.

This is another paragraph. This text is not a new paragraph.

This text is italics and this text is bold and this text is both bold and italics.

Tabbed in with a bar on the side!

Lists

Unordered lists

  • Use a dash as a bullet

  • No space before the dash

  • One space after the dash

  • If you have two lines in this list item

    Use four spaces to indent the next line

Ordered Lists

  1. Use numbers

  2. A dot and a space after the number

  3. If ytou have twop lines in this list item

    Use four spaces to indent the next line

Links

Here is a link to my website.

Properly formatted URLs will be linked:

https://codeadam.ca

Images

Images can be added by using a full URL:

Text Image

This URL can also be relative:

Text Image

You can use plain HTML in a README.md file:

Code

Use the <html> tag to start an HTML document.

console.log("Hello World!");
document.write("<h1>Hello World!</h1>");

Tables

First Heading Second Heading
Value 1 Value 2 1.0
Value 3 Value 4 1.0
First Heading Second Heading #
Value 1 Value 2 1.0
Value 3 Value 4 1.0

Repo References


About

This is a useless repo for messing around with Git, GitHub, Markdown, etc...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published