Defining maps?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Defining maps?

leon
Hello,

While I'm aware of asciidoc attributes as a means for global variable assignment, I'm wondering whether it's possible to define a map-like structure.

Meaning something like:

my_map:{foo: HELLO, bar: WORLD}

leads to my_map.foo[] getting replaced by HELLO.

Is there any way to achieve this?

Any help would be very much appreciated.
-leon