module ReferenceParserHelpers def empty_html_link Nokogiri::HTML.fragment('').children[0] end end