# File lib/yard/templates/helpers/markup_helper.rb, line 149
      def markup_class(type = options[:markup])
        load_markup_provider(type)
        MarkupHelper.markup_cache[type][:class]
      end