Skip to content
 
 

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Sandbox

You can just type text and it will be formatted.

lists

Markdown also lets you use a bulleted list.

  • ones
  • two
  • three and four
  • six
  • seven
  • eight
  • twelve
  • Thirteen
  • Fourteen

Nested Lists

  1. First level
    • Sub item 1
    • Sub item 2
      • Sub-sub item 1
      • Sub-sub item 2
  2. Second level
    • Sub item again

Tables

Name Favorite Animal
Carly Echidna
Bob Penguin
Dan Elephant
Jane Filly
Jerome Grouse

Text Formatting

Italic
Bold
Bold and italic
Strikethrough


Blockquotes

This is a blockquote.
It can span multiple lines.

You can even nest blockquotes!


Code

Inline code looks like this: print("Hello, world!")

Code blocks are fenced with three backticks:

def greet(name):
    return f"Hello, {name}!"

print(greet("Agri-food Data Canada"))

Checklists

  • Finish homework
  • Buy groceries
  • Practice Markdown
  • Drink coffee

Subheadings

Subheadings are useful to help you structure your documents.

Deeper subheadings

Include information in ever deeper subheading structure.

External links

Links start with square brackets around the link text and ellipse brackets around the URL. here is a link

You can find more markdown documentation on the GitHub Markdown page.


Horizontal Rule

Three dashes or underscores make a line:


Emoji

You can use emoji shortcodes in many Markdown renderers:
☕ 🎉 ✨ 🐧


About

Practice GitHub

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors