README.md in octopress-codefence-1.3.0 vs README.md in octopress-codefence-1.3.1

- old
+ new

@@ -32,11 +32,11 @@ ```html <!--Somewhere in your site's head--> {% octopress_css %} ``` -Finally, give it a try. +Finally, give it a try. Here's an code snippet sample. ```ruby mark:2-4 title:"Testing codefence" url:"https://github.com/octopress/codefence" link_text:"plugin link" class Float def number_decimal_places self.to_s.length-2 @@ -59,9 +59,17 @@ end return b end end ``` + +Here's a sample: + +<img src="http://cl.ly/TFCm/content.png" alt='sample screenshot of the code snippet above renderd with the light theme' width="816px"> + +Here's a look at the dark theme: + +<img src="http://cl.ly/TFPX/content.png" alt='sample screenshot of the code snippet above renderd with the dark theme' width="816px"> More documentation coming soon. ## Contributing