Sha256: 3c3d1d4a28d345c2feccd08fd687e35e4a9e4f2413f3b4dc559d51209f4d541b

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

---
---

{% codeblock some script.rb %}
puts @awesome if true
{% endcodeblock %}

{% codeblock Coffeescript Tricks lang:coffeescript start:51 mark:51,54-55 %}
# Given an alphabet:
alphabet = 'abcdefghijklmnopqrstuvwxyz'

# Iterate over part of the alphabet:
console.log letter for letter in alphabet[4..8]
{% endcodeblock %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
octopress-codeblock-1.0.4 test/index.html
octopress-codeblock-1.0.3 test/index.html
octopress-codeblock-1.0.2 test/index.html
octopress-codeblock-1.0.1 test/index.html
octopress-codeblock-1.0.0 test/index.html