asciidoctor-lists icon indicating copy to clipboard operation
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!

Results 14 asciidoctor-lists issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot 2024-04-22 3 32 30 PM](https://github.com/Alwinator/asciidoctor-lists/assets/86068473/51c0ed6f-6a81-47f6-94cd-a53bf46a1e1e) Hoping to...

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...

enhancement

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...

enhancement
good first issue

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...

enhancement
good first issue

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...