class Storyblok::Richtext::Marks::Strike

Public Instance Methods

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