# File lib/rubypants.rb, line 423
  def default_entities
    {
      :single_left_quote  => "‘",
      :double_left_quote  => "“",
      :single_right_quote => "’",
      :double_right_quote => "”",
      :em_dash            => "—",
      :en_dash            => "–",
      :ellipsis           => "…",
      :non_breaking_space => " ",
      :word_joiner        => "⁠",
    }
  end