class ActionText::Content

def links

def links
  @links ||= fragment.find_all("a[href]").map { |a| a["href"] }.uniq
end