You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asciidocotor has built-in support for counter attributes. Provide an API to allow the counter under these attributes to be used. This is particularly useful in extensions.
This method should be added to Document:
counter(String name, Object seed) - Get the next number in the sequence for this counter, initializing it with the seed value if not already set
We should verify that after a counter is retrieved from the API, it continues to get used when resolved in the AsciiDoc source.
{counter:tab-index}
There are methods on the Ruby API that can be used to control the internal state.
The text was updated successfully, but these errors were encountered:
Asciidocotor has built-in support for counter attributes. Provide an API to allow the counter under these attributes to be used. This is particularly useful in extensions.
This method should be added to Document:
We should verify that after a counter is retrieved from the API, it continues to get used when resolved in the AsciiDoc source.
There are methods on the Ruby API that can be used to control the internal state.
The text was updated successfully, but these errors were encountered: