class Storyblok::Richtext::Nodes::Paragraph

Public Instance Methods

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