class Storyblok::Richtext::Nodes::OrderedList
Public Instance Methods
matching()
click to toggle source
# File lib/storyblok/richtext/html_renderer/nodes/ordered_list.rb, line 5 def matching @node['type'] === 'ordered_list' end
tag()
click to toggle source
# File lib/storyblok/richtext/html_renderer/nodes/ordered_list.rb, line 9 def tag 'ol' end