Inserting a photo of Yaktocat using Markdown.
Credit: @octodex.
Inserting a Git code block to initialize an empty example Git repository, using ``` to denote the start and end of the code block.
$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
Inserting a JavaScript code block to initialize a variable called "myVar" which contains the text "Hello, world!", using ``` javascript to denote the start of the code block.
var myVar = "Hello, world!";
Inserting a task list to create an example to-do list that can be useful for tracking issues and pull requests, as well as checking their progress.
- Introduction to GitHub
- Communicate using Markdown
- GitHub Pages