Mercurial > hg > soundsoftware-site
view vendor/gems/coderay-0.9.7/lib/coderay/encoders/div.rb @ 791:b5e8049ded56 feature_14
Now submits when the ENTER key is pressed in the search box.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 18 Nov 2011 17:14:07 +0000 |
parents | 0579821a129a |
children |
line wrap: on
line source
module CodeRay module Encoders load :html class Div < HTML FILE_EXTENSION = 'div.html' register_for :div DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge \ :css => :style, :wrap => :div end end end