Re: How can i include text snippet with image more then once?
Posted by
Hoplop on
URL: https://discuss.asciidoctor.org/How-can-i-include-text-snippet-with-image-more-then-once-SOLVED-tp7350p7353.html
Wow, now it works, thanks!
Ah, by the way, maybe you know: is it possible to do simple calculations with variables values? Like, for example:
:variable1: 21
:variable2: {variable1} - 1
This should say "20": {variable2}