Skip to content

Latest commit

 

History

History
95 lines (59 loc) · 1.68 KB

markdown.md

File metadata and controls

95 lines (59 loc) · 1.68 KB

main title

subtitle

  1. number
  2. list
  • dot
    • sublist item
  • list
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Here's our logo (hover to see the title text):

Inline-style: ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") alt text

Reference-style:

![alt text][logo]

[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2"

alt text

code

var s = "JavaScript syntax highlighting";
alert(s);

Absolute link

[a link](https://github.com/user/repo/blob/branch/other_file.md)

Button effect

ctrl + alt + canc = <kbd>ctrl</kbd> + <kbd>alt</kbd> + <kbd>canc</kbd>


strikethrough text ~~text~~ text


bold text **text** text


italic text *text* text


Comments are like html

<!-- croccantina -->

You can use element like <br> when you want


CheckList!

  • Finish my changes
  • Push my commits to GitHub
  • Open a pull request
- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request

Emoticons (GitHub):

😟 -> :worried:

Complete list