Reading Notes
This is reading notes Repo title: markdown.md Article With some pretty simple commands you can generate a webpage, alter the presentation of the text and link and connect all manner of things
This is an <h1> tag
This is an <h2> tag
This is an <h6> tag
italic italic
bold bold
unordered
- Item 1
- Item 2
- Item 2a
- Item 2b
Github uses its own version of Markdown this includes
Syntax highlighting
function fancyAlert(arg) { if(arg) { $.facebox({div:'#foo'}) } }
Making task lists
- @mentions, #refs, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item
Tables
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
Emojis