# File lib/asciidoctor/stylesheets.rb, line 29
  def embed_primary_stylesheet
    %(<style>
#{primary_stylesheet_data}
</style>)
  end