asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.13k stars 500 forks source link

add log messages from document #2525

Closed 42sol-eu closed 1 month ago

42sol-eu commented 1 month ago

The error and warning message are sometimes hard to find in the asciidoc file.

I was wondering if I could add log messages from my files to have a better understanding of where the error or warning is located.

I would be willing to add the message manually into the necessary places.

Another approach would be to generate automatic messages from chapters and idenified blocks (like table names ...)

I could not really find documentation on this. I assume a extension could do the trick, right?

mojavelinux commented 1 month ago

Please direct questions about usage to the project chat at https://chat.asciidoctor.org as the issue template requested. Thanks.