module YARD::Templates::Helpers::HtmlHelper

def insert_include(text, markup = options.markup)

Inserts an include link while respecting inlining
def insert_include(text, markup = options.markup)
  htmlify(text, markup).gsub(%r{\A\s*<p>|</p>\s*\Z}, '')
end