aboutsummaryrefslogtreecommitdiff
path: root/source/test
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2010-03-10 14:22:19 -0600
committerB Mathis <brandon@imathis.com>2010-03-10 14:22:19 -0600
commit16aab4abb277c2b98947b0983b442741fb19045e (patch)
treedd18f31283d4b8558431ca2799d32ab8ad6e14c2 /source/test
parent42251dddcadd8ff23f30b128f1f468b18c0adf92 (diff)
downloadmy_new_personal_website-16aab4abb277c2b98947b0983b442741fb19045e.tar.xz
my_new_personal_website-16aab4abb277c2b98947b0983b442741fb19045e.zip
updated syntax styling to have nice headers for code windows
Diffstat (limited to 'source/test')
-rw-r--r--source/test/syntax.markdown8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/test/syntax.markdown b/source/test/syntax.markdown
index 368ba58d..ec5bab50 100644
--- a/source/test/syntax.markdown
+++ b/source/test/syntax.markdown
@@ -2,6 +2,8 @@
layout: default
title: Syntax Highlighting Debug
---
+<div class="code_window">
+<em>Ruby</em>
{% highlight ruby %}
def rebuild_site(relative)
puts ">>> Change Detected to: #{relative} <<<"
@@ -11,9 +13,12 @@ def rebuild_site(relative)
puts '>>> Update Complete <<<'
end
{% endhighlight %}
+</div>
So that's a small example. What about a big one?
+<div class="code_window">
+<em>Ruby</em>
{% highlight ruby %}
require 'active_support/core_ext/array'
require 'active_support/core_ext/hash/except'
@@ -219,4 +224,5 @@ module ActiveRecord
end
end
end
-{% endhighlight %} \ No newline at end of file
+{% endhighlight %}
+</div> \ No newline at end of file