class Storyblok::Richtext::Marks::Bold

Public Instance Methods

matching() click to toggle source
# File lib/storyblok/richtext/html_renderer/marks/bold.rb, line 5
def matching
  @node['type'] === 'bold'
end
tag() click to toggle source
# File lib/storyblok/richtext/html_renderer/marks/bold.rb, line 9
def tag
  'b'
end