This is an example Markdown document.
Make a change!
This text is bold.
This text is italics.
This text is bold and italics.
This is an ordered list:
- Item Number One
- Item Number Two
- Item Number Three
This is an unordered list:
- Item Number One
- Item Number Two
- Item Number Three
This is a link to my portfolio.
This is an image:
We can put inline code by using a tic.
To add an image use an <img>
tag.
You can add multi-line code by using three tics and the name of the coding language:
function test() {
console.log("test");
}
Language | Rating |
---|---|
HTML | 5 |
JavaScript | 7 |
CSS | 9 |
Note
This is a note!