Closed AndreasPetersen closed 1 year ago
I see what's happening. This happens whenever there are attribute entries that immediately proceed the tabs block. To be clear, this has nothing to do with Antora. The problem is that the extension is not passing on the attribute entries to the newly created tabs block. So this is definitely a bug and would happen even when using the extension with standalone Asciidoctor.
I should be able to fix and release this soon.
Amazing, thanks!
Using Antora 3.1.4 and @asciidoctor/tabs 1.0.0-beta.5 I've followed the Antora setup as described Using a Dedicated UI Project.
Tabs render fine, but attributes used in the tabs will produce compile warnings. For example:
will give the following compile warnings:
producing:
Interestingly, the
{page-component-version}
attribute works just fine. If I add the same code blocks in the tabs just above, everything works fine (except now I have too many code blocks):produces: