Sha256: 658274cb78596fa9e83340421dd691255781151c49faf0a60835c3c62ce28cd9
Contents?: true
Size: 293 Bytes
Versions: 1
Compression:
Stored size: 293 Bytes
Contents
module Mumukit::ContentType::Html extend Mumukit::ContentType::BaseContentType def self.title(title) "<strong>#{title}</strong>" end def self.code(code) "<pre>#{code}</pre>" end def self.htmlize(content, _options) content end def self.name 'html' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mumukit-content-type-1.9.0 | lib/mumukit/content_type/html.rb |