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