Skip to content

Commit 9078729

Browse files
committed
add corrects reported by users
1 parent 70e4d92 commit 9078729

926 files changed

Lines changed: 24531 additions & 85512 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/asciidoctor-reveal.js-master/CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Enhancements::
2020
* Added a `mathjaxdir` attribute to control where MathJax is loaded from ({uri-issue}350[#350])
2121
* MathJax updated to version 2.7.6 ({uri-issue}355[#355], {uri-issue}361[#361])
2222
* Added new examples: MathJax, MathJax-CDN ({uri-issue}350[#350], {uri-issue}359[#359])
23-
* Documentation improvements ({uri-issue}349[#349], {uri-issue}351[#351])
23+
* Documentation improvements ({uri-issue}349[#349], {uri-issue}351[#351], {uri-issue}371[#371], {uri-issue}374[#374])
2424

2525
Compliance::
2626
* `autoslide` attribute is now supported at the slide level ({uri-issue}367[#367], {uri-issue}368[#368])

docs/asciidoctor-reveal.js-master/README.adoc

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ endif::[]
1818
:uri-project-repo: https://github.com/asciidoctor/asciidoctor-reveal.js
1919
:uri-asciidoctor: https://github.com/asciidoctor/asciidoctor
2020
:uri-asciidoctorjs: https://github.com/asciidoctor/asciidoctor.js
21-
:uri-revealjs-home: http://lab.hakim.se/reveal-js/
22-
:uri-revealjs-gh: https://github.com/hakimel/reveal.js
21+
:uri-revealjs-home: https://revealjs.com
22+
:uri-revealjs-gh: https://github.com/hakimel/reveal.js/blob/v3.9
23+
:uri-revealjs-doc: {uri-revealjs-gh}/README.md
2324
:uri-nodejs-download: https://nodejs.org/en/download/
2425
:showcasedir: showcase
2526

@@ -314,7 +315,7 @@ A Great Story
314315
--
315316
----
316317

317-
In previous snippet we are creating a slide titled Slide One with bullets and another one titled Slide Two with centered text (reveal.js`' default behavior) with {uri-revealjs-gh}#speaker-notes[speaker notes].
318+
In previous snippet we are creating a slide titled Slide One with bullets and another one titled Slide Two with centered text (reveal.js`' default behavior) with {uri-revealjs-doc}#speaker-notes[speaker notes].
318319
Other syntax exists to create speaker notes, see `examples/speaker-notes.adoc`.
319320

320321
Starting with Reveal.js 3.5 speaker notes supports configurable layouts:
@@ -401,7 +402,7 @@ NOTE: The `canvas` keyword can be used instead of `background` for the same effe
401402
Is very yellow
402403
----
403404

404-
Slide Three applies the attribute {uri-revealjs-gh}#slide-backgrounds[data-background-color] to the `reveal.js` <section> tag.
405+
Slide Three applies the attribute {uri-revealjs-doc}#slide-backgrounds[data-background-color] to the `reveal.js` <section> tag.
405406
Anything accepted by CSS color formats works.
406407

407408

@@ -418,7 +419,7 @@ image::cover.jpg[background, size=cover]
418419
This will put `cover.jpg` as the slide's background image.
419420
It sets reveal.js`' `data-background-image` attribute.
420421
The `size` attribute is also supported.
421-
See the {uri-revealjs-gh}#image-backgrounds[relevant reveal.js documentation] for details.
422+
See the {uri-revealjs-doc}#image-backgrounds[relevant reveal.js documentation] for details.
422423

423424
NOTE: Background images file names are now relative to the `:imagesdir:` attribute if set.
424425

@@ -456,7 +457,7 @@ For example:
456457
== Nice background!
457458
----
458459

459-
See {uri-revealjs-gh}#video-backgrounds[the relevant reveal.js documentation] for details.
460+
See {uri-revealjs-doc}#video-backgrounds[the relevant reveal.js documentation] for details.
460461
Note that the `data-` prefix is not required in asciidoc files.
461462

462463

@@ -470,7 +471,7 @@ The background can be replaced with anything a browser can render in an iframe u
470471
== a youtube video
471472
----
472473

473-
See {uri-revealjs-gh}#iframe-backgrounds[the relevant reveal.js documentation] for details.
474+
See {uri-revealjs-doc}#iframe-backgrounds[the relevant reveal.js documentation] for details.
474475

475476

476477
=== Slide Transitions
@@ -488,7 +489,7 @@ This slide will override the presentation transition and zoom!
488489
Choose from three transition speeds: default, fast or slow!
489490
----
490491

491-
See {uri-revealjs-gh}#slide-transitions[the relevant reveal.js documentation] for details.
492+
See {uri-revealjs-doc}#slide-transitions[the relevant reveal.js documentation] for details.
492493

493494

494495
=== Fragments
@@ -505,9 +506,9 @@ See {uri-revealjs-gh}#slide-transitions[the relevant reveal.js documentation] fo
505506
----
506507

507508
Slide Four has bullets that are revealed one after the other.
508-
This is what `reveal.js` calls http://lab.hakim.se/reveal-js/#/fragments[fragments].
509+
This is what `reveal.js` calls {uri-revealjs-home}/fragments[fragments].
509510
Applying the step option or role on a list (`[%step]` or `[.step]`) will do the trick.
510-
Here is {uri-revealjs-gh}#fragments[the relevant reveal.js
511+
Here is {uri-revealjs-doc}#fragments[the relevant reveal.js
511512
documentation] on the topic.
512513
Note that only `fade-in` is supported for lists at the moment.
513514

@@ -523,7 +524,7 @@ To apply that class to block simply use asciidoctor's class assignment:
523524

524525
[.stretch]
525526

526-
See {uri-revealjs-gh}#stretching-elements[reveal.js documentation on stretching elements].
527+
See {uri-revealjs-doc}#stretching-elements[reveal.js documentation on stretching elements].
527528

528529

529530
=== Videos
@@ -625,7 +626,7 @@ This is a vertical subslide
625626

626627
Slide Six uses the vertical slide feature of `reveal.js`.
627628
Slide Six.One will be rendered vertically below Slide Six.
628-
Here is {uri-revealjs-gh}#markup[the relevant reveal.js
629+
Here is {uri-revealjs-doc}#markup[the relevant reveal.js
629630
documentation] on that topic.
630631

631632
=== Columns layout
@@ -808,7 +809,7 @@ title that look like this: `:name: value`.
808809
This converter supports changing the color, image, video, iframe and
809810
transitions of the title slide.
810811

811-
Read {uri-revealjs-gh}#slide-backgrounds[the relevant reveal.js documentation] to understand what attributes need to be set.
812+
Read {uri-revealjs-doc}#slide-backgrounds[the relevant reveal.js documentation] to understand what attributes need to be set.
812813
Keep in mind that for title slides you must replace `data-` with `title-slide-`.
813814

814815
ifeval::[{safe-mode-level} >= 20]
@@ -891,7 +892,7 @@ If the `:customcss:` attribute value is empty then `asciidoctor-revealjs.css` is
891892

892893
=== Slide state
893894

894-
Reveal.js supports a {uri-revealjs-gh}#slide-states[data-state] tag that can be added on slides which gets rendered into `<section>` tags.
895+
Reveal.js supports a {uri-revealjs-doc}#slide-states[data-state] tag that can be added on slides which gets rendered into `<section>` tags.
895896
In AsciiDoc the `data-state` can be applied to a slide by adding a state attribute to a section like this:
896897

897898
[source, asciidoc]
@@ -984,7 +985,7 @@ NOTE: Default settings are based on `reveal.js` default settings.
984985

985986
|:revealjs_theme:
986987
|beige, *black*, league, night, serif, simple, sky, solarized, white
987-
|Chooses one of reveal.js`' {uri-revealjs-gh}#theming[built-in themes].
988+
|Chooses one of reveal.js`' {uri-revealjs-doc}#theming[built-in themes].
988989

989990
|:revealjs_customtheme:
990991
|<file\|URL>
@@ -1076,7 +1077,7 @@ print:: only show slide numbers when printing to PDF
10761077

10771078
|:revealjs_navigationMode:
10781079
|*default*, linear, grid
1079-
|See https://github.com/hakimel/reveal.js/#navigation-mode for details
1080+
|See {uri-revealjs-doc}#navigation-mode for details
10801081

10811082
|:revealjs_shuffle:
10821083
|true, *false*
@@ -1251,14 +1252,14 @@ Defaults to *1*
12511252

12521253
If you want to build a custom theme or customize an existing one you should
12531254
look at the
1254-
{uri-revealjs-gh}/blob/master/css/theme/README.md[reveal.js
1255+
{uri-revealjs-gh}/css/theme/README.md[reveal.js
12551256
theme documentation] and use the `revealjs_customtheme` AsciiDoc attribute to
12561257
activate it.
12571258

12581259

12591260
=== PDF Export
12601261

1261-
Follow https://github.com/hakimel/reveal.js#pdf-export[reveal.js' documentation] for PDF export.
1262+
Follow {uri-revealjs-doc}#pdf-export[reveal.js' documentation] for PDF export.
12621263
We would add that we have successfully used PDF export without the requirement of a Web server.
12631264

12641265

@@ -1292,7 +1293,7 @@ Additional reveal.js plugins can be installed and activated using AsciiDoc attri
12921293

12931294
Looking at the example provided in the repository will provide guidance: link:examples/revealjs-plugins.adoc[AsciiDoc source], link:examples/revealjs-plugins.js[Plugin Loader], link:examples/revealjs-plugins-conf.js[Plugin Configuration].
12941295

1295-
Read {uri-revealjs-gh}#dependencies[the relevant reveal.js documentation] to understand more about reveal.js plugins.
1296+
Read {uri-revealjs-doc}#dependencies[the relevant reveal.js documentation] to understand more about reveal.js plugins.
12961297
A {uri-revealjs-gh}/wiki/Plugins,-Tools-and-Hardware[list of existing reveal.js plugins] is also maintained upstream.
12971298

12981299

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"checksum":"f0c587ee9130453fa4ee05eb7e13f908","width":321,"height":59}
1+
{"checksum":"f0c587ee9130453fa4ee05eb7e13f908","options":{"layout":null},"width":321,"height":59}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"checksum":"2ca61dc512c746d6306975c76ce4b0a5","width":322,"height":131}
1+
{"checksum":"2ca61dc512c746d6306975c76ce4b0a5","options":{"layout":null},"width":322,"height":131}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"checksum":"8758925ea1a044335ae64bf011146ff6","width":560,"height":99}
1+
{"checksum":"8758925ea1a044335ae64bf011146ff6","options":{"layout":null},"width":560,"height":99}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"checksum":"45ff3722fa66808de83b22edc5490293","width":453,"height":59}
1+
{"checksum":"45ff3722fa66808de83b22edc5490293","options":{"layout":null},"width":453,"height":59}

0 commit comments

Comments
 (0)