generated from skills/communicate-using-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from xoraht/start-markdown
Start markdown
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# <h1>Hello World!</h1> | ||
# <h2>Hello World!</h2> | ||
# <h3>Hello World!</h3> | ||
# <h4>Hello World!</h4> | ||
# <h5>Hello World!</h5> | ||
# <h6>Hello World!</h6> | ||
|
||
# ![Image of Private Investocat](https://octodex.github.com/images/privateinvestocat.jpg) | ||
|
||
``` javascript | ||
var myVar = "Hello, world!"; | ||
``` | ||
|
||
- [x] Turn on GitHub Pages | ||
- [x] Outline my portfolio | ||
- [ ] Introduce myself to the world | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
I made some changes there. |