class Storyblok::Richtext::Nodes::ListItem
Public Instance Methods
matching()
click to toggle source
# File lib/storyblok/richtext/html_renderer/nodes/list_item.rb, line 4 def matching @node['type'] === 'list_item' end
tag()
click to toggle source
# File lib/storyblok/richtext/html_renderer/nodes/list_item.rb, line 8 def tag 'li' end