Method: Bookify::Node::H3#render

Defined in:
lib/bookify/node/h3.rb

#renderObject



5
6
7
8
9
10
11
# File 'lib/bookify/node/h3.rb', line 5

def render
  font :h3
  move_down 5
  break_if_close_to_bottom
  text decode_html(node.inner_html.strip)
  move_down 2
end