CodeColorer

CodeColorer is the plugin which allows you to insert code snippets into the post with nice syntax highlighting. I want to show you example first: 1234567891011121314151617class Feed < ActiveRecord::Base   SOURCE_TYPES = {     category: 0,     tag:      1,     user:     2,   }     define_enum :source_type, … Continue reading CodeColorer