class ProsemirrorToHtml::Marks::Bold
Public Instance Methods
matching()
click to toggle source
# File lib/prosemirror_to_html/marks/bold.rb, line 5 def matching @node.type === 'bold' end
tag()
click to toggle source
# File lib/prosemirror_to_html/marks/bold.rb, line 9 def tag 'strong' end