asciidoctor-lists
asciidoctor-lists copied to clipboard
An asciidoctor extension that adds a list of figures, a list of tables, or a list of anything you want!
When a listing title has [`backtick literal`](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#literals-and-source-code) it isn't rendered but rather just shows up with tags around it`backtick literal` Seeing this:  Hoping to...
relates to #23
Just added random refs to asset :refs and the warnings go away
In my document, I have several tables which have similar or even same title, the difference being contextual - the section they are present in. Think a manual for a...
As is, I can infer what `hide_empty_section=true` does, but I have to test what `enhanced_rendering=true` does myself. It would be great if there were screenshots or PDFs of rendered documents...
Hi, thanks a lot for your extension. I just integrated it in my project with asciidoctor-maven-plugin. Is there a way to publish the extension to Maven Central for easier usage?...
When elements for the lists are present in the document but do not have a caption, the "hide_empty_section" option does not work properly. It will display an empty list (heading...
Thanks for working on this extension! I would like to suggest adding a feature to use short captions in the generated list. This is useful if you have long explanations...
When using asciidoctor-lists with asciidoctor-pdf, could you add the ability to show the page numbers? Ideally, it would be great if the asiidoctor-lists content were to be formatted similarly to...
If I generate an EPUB, the lists render properly, but the links don't work unless the blocks have explicit IDs. Repro source: https://github.com/meonkeys/asciidoctor-lists-repro01/blob/main/book/repro.adoc?plain=1 Repro output EPUB: https://github.com/meonkeys/asciidoctor-lists-repro01/blob/main/REPRO-OUTPUT.epub Try clicking on...