asciidoctor-revealjs 5.0.1 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/Rakefile +2 -0
- data/asciidoctor-revealjs.gemspec +1 -1
- data/examples/release-5.1.adoc +43 -0
- data/examples/release-5.1.css +7 -0
- data/lib/asciidoctor-revealjs/converter.rb +582 -585
- data/lib/asciidoctor-revealjs/version.rb +1 -1
- data/templates/section.html.slim +1 -0
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 418e03d241a9ea50eebe369b1c3a15ea040b31a688f349bfd249b58a20c0e28d
|
4
|
+
data.tar.gz: 6cd6ff93ea1c7cb5578689e7db029f9a5737bc8df482f98fb32003d520fce9eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0eff544965c64970c02eafb495bdf24ea599f7d22c46d0f3d1ddddb6773aa39eaccf070a1de4094ec5213a2a1849c4ebbcb8b73f4e5073af2150ccbdc3b1294
|
7
|
+
data.tar.gz: 5118ae670cbf448b9a4283d27d5dc4afa6f211085c7aa086043b5ac9accaa9a9141fe19c8fe2a46cdca8a980526f7c2c22e0601c69e229c34549ce32524541e6
|
data/Gemfile
CHANGED
@@ -4,8 +4,8 @@ source 'https://rubygems.org'
|
|
4
4
|
gemspec
|
5
5
|
|
6
6
|
group :development do
|
7
|
-
# Asciidoctor.js
|
8
|
-
gem 'opal',
|
7
|
+
# Asciidoctor.js 3.0.0 requires Opal 1.7.3
|
8
|
+
gem 'opal', '1.7.3'
|
9
9
|
# Asciidoctor Doctest based on Nokogiri 1.13
|
10
10
|
gem 'asciidoctor-doctest', git: 'https://github.com/ggrossetie/asciidoctor-doctest.git', :ref => 'c2cba5240'
|
11
11
|
end
|
data/Rakefile
CHANGED
@@ -151,6 +151,8 @@ namespace :examples do
|
|
151
151
|
FileUtils.cp 'examples/release-4.1.html', "#{PUBLIC_DIR}/release-4.1.html"
|
152
152
|
FileUtils.cp 'examples/release-4.1.css', "#{PUBLIC_DIR}/release-4.1.css"
|
153
153
|
FileUtils.cp 'examples/a11y-dark.css', "#{PUBLIC_DIR}/a11y-dark.css"
|
154
|
+
FileUtils.cp 'examples/release-5.1.html', "#{PUBLIC_DIR}/release-5.1.html"
|
155
|
+
FileUtils.cp 'examples/release-5.1.css', "#{PUBLIC_DIR}/release-5.1.css"
|
154
156
|
end
|
155
157
|
end
|
156
158
|
|
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
|
43
43
|
s.add_development_dependency 'pygments.rb'
|
44
44
|
end
|
45
45
|
s.add_development_dependency 'colorize'
|
46
|
-
s.add_development_dependency 'asciidoctor-templates-compiler', '~> 0.
|
46
|
+
s.add_development_dependency 'asciidoctor-templates-compiler', '~> 0.7.0'
|
47
47
|
s.add_development_dependency 'slim', '~> 3.0.6'
|
48
48
|
s.add_development_dependency 'slim-htag', '~> 0.1.0'
|
49
49
|
s.add_development_dependency 'rouge'
|
@@ -0,0 +1,43 @@
|
|
1
|
+
= Asciidoctor reveal.js 5.1
|
2
|
+
//:stem:
|
3
|
+
:source-highlighter: highlight.js
|
4
|
+
:highlightjs-theme: a11y-dark.css
|
5
|
+
:highlightjs-languages: asciidoc
|
6
|
+
:icons: font
|
7
|
+
:imagesdir: images/
|
8
|
+
// reveal.js config
|
9
|
+
:customcss: release-5.1.css
|
10
|
+
:revealjs_theme: moon
|
11
|
+
:revealjs_hash: true
|
12
|
+
:revealjs_width: 1080
|
13
|
+
|
14
|
+
== New Features icon:rocket[set=fas]
|
15
|
+
|
16
|
+
[background-gradient="linear-gradient(to bottom, #002b36, #00b4e0)"]
|
17
|
+
== Gradient slide backgrounds
|
18
|
+
|
19
|
+
[.big-fish]
|
20
|
+
🐟
|
21
|
+
|
22
|
+
[background-gradient="radial-gradient(#002b36, #00b4e0)"]
|
23
|
+
=== Radial gradient
|
24
|
+
|
25
|
+
[.big-fish]
|
26
|
+
🐳
|
27
|
+
|
28
|
+
== Typesetting Libraries
|
29
|
+
|
30
|
+
[latexmath]
|
31
|
+
++++
|
32
|
+
\lim_{n \to \infty}\frac{n}{\sqrt[n]{n!}} = {\large e}
|
33
|
+
++++
|
34
|
+
|
35
|
+
|
36
|
+
[transition=fade,transition-speed=slow]
|
37
|
+
== Learn More!
|
38
|
+
|
39
|
+
* https://github.com/asciidoctor/asciidoctor-reveal.js/[Asciidoctor reveal.js]
|
40
|
+
* https://revealjs.com[reveal.js]
|
41
|
+
* https://github.com/asciidoctor/asciidoctor/[Asciidoctor]
|
42
|
+
* https://asciidoc.org/[What is AsciiDoc?]
|
43
|
+
* https://github.com/asciidoctor/asciidoctor-reveal.js/raw/master/examples/release-5.1.adoc[Source of this presentation (AsciiDoc)]
|