Module | Markaby |
In: |
lib/markaby.rb
lib/markaby/tags.rb lib/markaby/builder.rb lib/markaby/cssproxy.rb lib/markaby/view.rb lib/markaby/template.rb lib/markaby/helper.rb |
Markaby is a module containing all of the great Markaby classes that do such an excellent job.
VERSION | = | '0.3' |
TAGS | = | [ :a, :abbr, :acronym, :span, :b, :caption, :del, :cite, :code, :col, :colgroup, :dd, :dfn, :dt, :em, :fieldset, :i, :img, :ins, :kbd, :p, :label, :legend, :li, :optgroup, :option, :select, :small, :span, :strong, :sub, :sup, :tbody, :td, :textarea, :thead, :title, :th, :tr, :tfoot, :tt, :address, :blockquote, :body, :div, :dl, :form, :h1, :h2, :h3, :head, :noscript, :object, :ol, :pre, :q, :samp, :script, :style, :table, :ul |
SELF_CLOSING_TAGS | = | [ :hr, :br, :link, :meta, :input ] |