# Basic tutorial

# Code snippets
# Embedded
Embedded code snippet with the 2nd line highlighted
function sayHello(name) {
console.log('Hello', name);
}
# Imported
Here's an imported code snippet
// This is a standalone JS file
function sayHello(name) {
console.log('Hello', name);
}
# Tables
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
For more info, see https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables
And that's it! 🎉