diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-07-03 18:38:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 18:38:38 +0300 |
| commit | dd39e5e34c455262f568424084b199142973127c (patch) | |
| tree | 2e1e4f2203a08b04a5dcbfb800c5dd9a3fe55be7 /asciidoctor-epub3.gemspec | |
| parent | 79ea7e7d8b1ca01b0d93fe307b0b1fd2b5aa22f0 (diff) | |
resolves #10 add support for MathML via AsciiMath (#346)
Diffstat (limited to 'asciidoctor-epub3.gemspec')
| -rw-r--r-- | asciidoctor-epub3.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec index 34b1faf..ab7a8f0 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -31,6 +31,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M s.require_paths = ['lib'] s.add_development_dependency 'asciidoctor-diagram', '>= 1.5.0', '< 3.0.0' + s.add_development_dependency 'asciimath', '~> 1.0' s.add_development_dependency 'coderay', '~> 1.1.0' s.add_development_dependency 'pygments.rb', '~> 1.2.0' s.add_development_dependency 'rake', '~> 13.0.0' |
