cheat sheets.

$ cheat octopress
# Define Excerpts
<!--more-->

# Video Tag
{% video url/to/video [width height] [url/to/poster] %}

# Code Block
{% codeblock [title(.ext)] [url] [link text] %}
snippet 
{% endcodeblock %} 

Specifying the language extension as .ext triggers highlighting for that
language.

Or Backtick which works in Markdown, HTML but not Textile:
  ``` ruby
      class Fixnum
        def prime?
          ('1' * self) !~ /^1?$|^(11+?)\1+$/
        end
      end
  ```

# Include Code
{% include_code [title] url %} Url should be path/to/code  Code snippets default
to /source/downloads/code change in _config.yml

# Gist Tag
{% gist gist_id [filename] %}

# Image Tag
{% img [class names] /path/to/image [width height] [title text] %}

# Render Partial Tag
{% render_partial path/to/file %}

# Block quote Tag
{% blockquote [author[, source]] [link] [source_link_title] %}
Quote string
{% endblockquote %}

# Pull Quote tag
  {% pullquote %}
  Surround your paragraph with the pull quote tags. Then when you come to
  the text you want to pull, {" surround it like this "} and that's all there is
  to it.
  {% endpullquote %}
Version 10, updated 294 days ago.
. o 0 ( | previous | history | revert to | current | diff )
( add new | see all )