Sha256: 81f5f953c71eb67e1d978e3c989c34d08ba2f92fb0e039d07d6d8cee125691fc
Contents?: true
Size: 289 Bytes
Versions: 36
Compression:
Stored size: 289 Bytes
Contents
require 'rabbit/element/preformatted' module Rabbit module Element class SyntaxHighlightingBlock < PreformattedBlock private def attributes " class=\"syntax-highlighting\"" end end class SyntaxHighlightingText < PreformattedText end end end
Version data entries
36 entries across 36 versions & 1 rubygems