Hi there, I'm really enjoying asciidoc(tor), as it allows me to focus more on writing instead of messing around with styles.
The markup is generally intuitive, but for me the table formatting options feel very arcane. Is there any way I can define some sort of a named attribute or style to reference the table formatting options I usually choose? For example:
[%header%.^, cols="7*^.^"]
I'm also having trouble with a table header where I need to write a word in brackets like
[This] . Asciidoctor is wrapping the closing bracket onto a new line. Here's the structure of the table:
.zzzzzzzzzzz zzzzzzzzz
====
[%header%.^, cols="7*^.^"]
|===
|[zzzzzzzzzz]| zíz | zzzz | zz éz/zzzzz|zz zzzzzzzz|zz zzz.|zz éz/zzzzz
|`zzzá` +
_(zzzzz)_|`zzzzz zzzáz`|`zzz zzzzíz`|`zz zzzzí`|`zz zzzzí`|`zzzzz zzzzí`|`zz zzzzí`
|`zzzz` +
_(zzz)_|`zzzzz zázzz`|`zzz zázzz`|`zz zzzé`|`zz zzzé`|`zzzzz zzzé`|`zz zzzé`
|`zzzáz` +
_(zzzzzzz)_|`zzzzz zzzzzzz`|`zzz zzzzzzzz`|`zz zzzzzzí`|`zz zzzzzzí`|`zzzzz zzzzzzí`|`zz zzzzzzí`
|===

Thanks for the help!