Sha256: 3b59599b5c76d82a14d04da9c7e0a4c07a56e16879467cb3d85f28ad6fe5df1b
Contents?: true
Size: 203 Bytes
Versions: 10
Compression:
Stored size: 203 Bytes
Contents
module Storyblok::Richtext module Nodes class Blockquote < Node def matching @node['type'] === 'blockquote' end def tag 'blockquote' end end end end
Version data entries
10 entries across 10 versions & 1 rubygems