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