Re: How can i include text snippet with image more then once?
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/How-can-i-include-text-snippet-with-image-more-then-once-SOLVED-tp7350p7355.html
> is it possible to do simple calculations with variables values?
No, that is not possible.
Best,
-Dan
On Thu, Nov 14, 2019 at 1:38 AM Hoplop [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
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 "2": {variable2}
--