Closed ghost closed 4 years ago
Asciidoc markup offers the option of variables, or "attributes" as they call them:
https://asciidoctor.org/docs/user-manual#attributes
it allows you to remove redundancy in a graceful way:
:q: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference - {q}/Global_Objects/Array/pop - {q}/Global_Objects/Array/shift - {q}/Global_Objects/Array/splice
Asciidoc markup offers the option of variables, or "attributes" as they call them:
https://asciidoctor.org/docs/user-manual#attributes
it allows you to remove redundancy in a graceful way: