Skip to content

lvas72/sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 

Repository files navigation

Sandbox

You can just type text and it will be formatted.

The Black bear like blueberries!

lists

Markdown also lets you use a bulleted list.

  • ones
  • two
  • three and four
  • six
  • seven
  • eight
  • nine
  • twelve
  • twenty
  • 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
    • Sub item 2
    • Sub Sub item :)

Tables

Name Favorite Animal
Carly Echidna
Bob Penguin
Dan Elephant
Jane Filly
Jerome Grouse
Jacky Cat
Shiro Snakes
Ross Jay

Text Formatting

Italic
Bold
Bold and italic
Strikethrough
Hello sing sing

Blockquotes

This is a blockquote.
It can span multiple lines.

You can even nest blockquotes! wow!!! but what is the use of this?


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

Watchers

Forks

Releases

No releases published

Packages

No packages published