read
This is an example post which shows various markdown syntax that can be used while writing octopress markdown posts.
## Bold text
Hello Octopress!
Blockquote
Don’t stop when you’re tired, stop when you’re done.
We have to go for what we think we’re fully capable of, not limit ourselves by what we’ve been in the past.
Ruby
class A
def abc
puts 'hii'
end
end
Console
$ sudo apt-get install cakePHP
$ git clone git@github.com:imathis/octopress.git # fork octopress
Coffeescript
$('.help').html "(?)"
console.log "print something"
# sum function
sum = (a, b) ->
a + b
Gist Embedding
# Default GitHub user (sandip)
Host github.com
HostName github.com
User git
IdentityFile /home/sandip/.ssh/id_rsa
# github user (client)
Host github-client
HostName github.com
User git
IdentityFile /home/sandip/.ssh/id_rsa_client
# github user (friend)
Host github-swapnil
HostName github.com
User git
IdentityFile /home/sandip/.ssh/id_dsa_swapnil
Include Code Snippets
{% include_code path/to/file [title] [lang:language] [start:#] [end:#] [range:#-#] [mark:#,#-#] [linenos:false] %}
Selecting tags from sentence
This is a ruby
and rails
blog
Pullquote
## Images
AngularJS Tutorial - YouTube
AngularJS is a client-side JavaScript framework.A video tutorial to help you get started with AngularJS.
Inline HTML
<div class='well'>
All is well. Way to go !!
</div>