Sources to Learn Writing Markdowns #markdown #github
Task List
Tables
| First Header | Second Header |
|---|---|
| Content from cell 1 | Content from cell 2 |
| Content in the first column | Content in the second column |
Javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
Python
def foo(): if not bar: return True
SHA references
16c999e8c71134401a78d4d46435517b2271d6ac mojombo@16c999e8c71134401a78d4d46435517b2271d6ac mojombo/github-flavored-markdown@16c999e8c71134401a78d4d46435517b2271d6ac
Lists: Unordered
Lists: Ordered
Issue references within a repository #1 mojombo#1 mojombo/github-flavored-markdown#1
Inline Code
I think you should use an
<addr> element here instead.
Images
http://github.com - automatic! GitHub
Writing a Header Tag
Sources
Write Online: https://jbt.github.io/markdown-editor https://guides.github.com/features/mastering-markdown/ https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
UserName @mentions @zaagan
StrikeThrough this
Emoji CheatSheet: www.emoji-cheat-sheet.com
Emphasis
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them