Code Highlighting Demo

this is just playing around with code highlighting for now

Testing code

1
2
3
4
5
6
7
8
def show
  puts "Outputting a very lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong line"
  @widget = Widget(params[:id])
  respond_to do |format|
    format.html # show.html.erb
    format.json { render json: @widget }
  end
end
1
2
3
$(function(){
  alert('test');
});

Originally posted 12/26/14 - Brian Muenzenmeyer - Follow me on Twitter
Newer Post
Using Pattern Lab to Design, Build and Maintain a Website
Older Post
A Performant Foundation