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.

@TheJeetBanerjee

We have to go for what we think we’re fully capable of, not limit ourselves by what we’ve been in the past.

@Vivek Paul

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

multiple-ssh-configlink
# 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.
Angular JS

Inline HTML

<div class='well'>
All is well. Way to go !!
</div>
Blog Logo

Sandip Ransing


Published

Image

Fun On Rails

Journal of a Web Developer #ruby #rails #JS

Back to Overview