class Storyblok::Richtext::Marks::Underline

Public Instance Methods

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