Skip to content

Commit

Permalink
update pygments.rb in README to match version used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 6, 2023
1 parent 2945381 commit f725823
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1238,11 +1238,9 @@ To do so, add the `pygments.rb` gem to your [.path]_Gemfile_:

[source,ruby]
----
gem 'pygments.rb', '~> 1.1.2'
gem 'pygments.rb', '~> 2.3.0'
----

IMPORTANT: To use Pygments with Ruby >= 2.4 or JRuby, you must install pygments.rb >= 1.1.0.

As part of this integration, Asciidoctor generates a custom stylesheet tailored specially to work with the HTML that Asciidocotor produces.
Since this stylesheet is backed by the Pygments API, it provides access to all the themes in Pygments

Expand Down

0 comments on commit f725823

Please sign in to comment.