Sha256: f0ad177d5a714c2b38e73cebc1a220ef5c47f9d6a8fbb8bf045bd92845fbb721
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
require 'rubygems' module WLang class EncoderSet module BlueClothEncoders # Default encoders DEFAULT_ENCODERS = {"xhtml" => :xhtml_encoding} # RDoc encoding def self.xhtml_encoding(src, options) BlueCloth.new(src).to_html end end # BlueClothEncoders end # module EncoderSet end # module WLang
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wlang-0.10.2 | lib/wlang/dialects/bluecloth_dialect.rb |