Skip to content

Instantly share code, notes, and snippets.

@zaman
Created July 19, 2012 16:48
Show Gist options
  • Save zaman/3145224 to your computer and use it in GitHub Desktop.
Save zaman/3145224 to your computer and use it in GitHub Desktop.
markdown klavuzu
http://www.darkcoding.net/software/markdown-quick-reference/
Headers
# Level one header #
Level one header
### Level three header ###
Level three header
Headers continue as you’d imagine, with extra hashes.
Links
[This is a link](http://www.darkcoding.net)
This is a link
Blockquote
> This is quoted
This is quoted
Code
Indent text at least 4 spaces for all formatting in it to be ignored.
# This isn't displayed as header, because it is indented 4 spaces
Or inline:
Inline code is `escaped` with backticks
Inline code is escaped with backticks
Lists
Unordered lists use *, + or -
* This
* is
* a list
This
is
a list
Ordered lists use number followed by period.
1. with
1. numbers
with
numbers
Horizontal lines
Three or more dashes
----
Emphasis
A single underscore or asterix is italic, two is bold.
_italic_ or *italic*
italic or italic
__bold__ or **bold**
bold or bold
Escaping
If you don’t want some of these rules to apply, they can be escaped by preceding the special character with a backslash.
This is \*\*not\*\* in bold.
This is **not** in bold.
@gdemir
Copy link

gdemir commented Jul 19, 2012

tam perde'lik yeni ismiyle folyo'luk

ör : framework

@zaman
Copy link
Author

zaman commented Jul 19, 2012

folyo'yu da yapıştıracağım ama jekyll'ı bozdum onu ayarlar ayarlamaz folyo'ya geçeçek ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment