Enable asciidoctor-rouge extension

main
Dmytro Kostiuchenko 2 years ago
parent d5cc6c22ad
commit 358ff98976
  1. 1
      pkgs/tools/typesetting/asciidoctor-with-extensions/Gemfile
  2. 4
      pkgs/tools/typesetting/asciidoctor-with-extensions/Gemfile.lock
  3. 11
      pkgs/tools/typesetting/asciidoctor-with-extensions/gemset.nix

@ -7,6 +7,7 @@ gem 'asciidoctor-html5s'
gem 'asciidoctor-mathematical'
gem 'asciidoctor-pdf'
gem 'asciidoctor-revealjs'
gem 'asciidoctor-rouge'
gem 'coderay'
gem 'pygments.rb'
gem 'rouge'

@ -44,6 +44,9 @@ GEM
asciidoctor (>= 2.0.0, < 3.0.0)
concurrent-ruby (~> 1.0)
thread_safe (~> 0.3.5)
asciidoctor-rouge (0.4.0)
asciidoctor (>= 1.5.6, < 2.1)
rouge (>= 2.2, < 4)
asciimath (2.0.3)
bibtex-ruby (5.1.6)
latex-decode (~> 0.0)
@ -127,6 +130,7 @@ DEPENDENCIES
asciidoctor-mathematical
asciidoctor-pdf
asciidoctor-revealjs
asciidoctor-rouge
coderay
pygments.rb
rouge

@ -137,6 +137,17 @@
};
version = "4.1.0";
};
asciidoctor-rouge = {
dependencies = ["asciidoctor" "rouge"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "197sbzs9km58pgfqdnnglhqr7anhb0m330cv1vxfc3s2qz106zjz";
type = "gem";
};
version = "0.4.0";
};
asciimath = {
groups = ["default"];
platforms = [];

Loading…
Cancel
Save