-
FIX: Increase size of slide subtitle
-
FEATURE: new helper class
centernomargins
, to be applied on the container of animg
, which centers the image and allows it to overlap the margins.
-
FEATURE: Change how to declare a subtitle inside a slide title: now the
subtitle
element must be right after theh2
.
-
FEATURE: Add the possibility to declare a subtitle inside a slide title (eg.
<h2>My title<div class="subtitle">My subtitle</div></h2>
).
-
INFO: Now aims compatibility with asciidoctor-revealjs 5.1.0 and Reveal.js 4.5.0.
-
INFO: Fonts are now stored in
src/fonts
-
INFO: The theme should should now be used from outside the
reveal.js
folder.
-
FIX: Avoid double margins when a
pre
block is within apre
block. Happens eg. whenlinenos
is used in asciidoctor-reveal.
-
FIX: Remove buggy inline code size style + remove other buggy SCSS rule.
-
FEATURE: Add style for asciidoctor’s admonitions.
-
FEATURE: Add rule to center captions when image is centered using asciidoctor.
-
FIX: Set highest priority to
.font-size-X
helper classes, to override any other font configuration from other classes.
-
INFO: Now aims compatibility with asciidoctor-revealjs 4.0.0 and revealjs 3.9.2.
-
INFO: Produced
css
file is now cleaner, with version and less useless comments. -
BREAKING CHANGE: Renamed class
columns
to 'cols' to be more distinct from the newcolumns
role of asciidoctor-revealjs.