class Storyblok::Richtext::Marks::Strong
Public Instance Methods
matching()
click to toggle source
# File lib/storyblok/richtext/html_renderer/marks/strong.rb, line 5 def matching @node['type'] === 'strong' end
tag()
click to toggle source
# File lib/storyblok/richtext/html_renderer/marks/strong.rb, line 9 def tag 'strong' end