Asciidoctor reveal.js 5.2

New Features

Iterating through callouts

let a = 2; (1)
let b = 3; (2)
console.log(a+b); (3)
1It is now possible to iterate through callout lists…​
2using the %step attribute…​
3to explain code more easily !

Learn More!