-
FEATURE: new helper class
compactto reduce the top margin of children elements (eg. to make a list more compact)
-
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
subtitleelement 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.jsfolder.
-
FIX: Avoid double margins when a
preblock is within apreblock. Happens eg. whenlinenosis 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-Xhelper 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
cssfile is now cleaner, with version and less useless comments. -
BREAKING CHANGE: Renamed class
columnsto 'cols' to be more distinct from the newcolumnsrole of asciidoctor-revealjs.