Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asciidoctor warnings messages when generating documentation #429 #423

Closed
JesseCoretta opened this issue Oct 5, 2024 · 1 comment · Fixed by #429
Closed

asciidoctor warnings messages when generating documentation #429 #423

JesseCoretta opened this issue Oct 5, 2024 · 1 comment · Fixed by #429
Assignees

Comments

@JesseCoretta
Copy link
Contributor

As requested by @maximthomas, here are some asciidoc errors I've observed during (successful) build processes. This ticket is for tracking purposes only.

[INFO] asciidoctor: INFO: possible invalid reference: make-ldif-1       
[INFO] asciidoctor: INFO: possible invalid reference: makeldif-template-5
[INFO] asciidoctor: ERROR: the table cell on page 4223 has been truncated; Asciidoctor PDF does not support table cell content that exceeds the height of a single page
[INFO] asciidoctor: ERROR: man-dsjavaproperties.adoc: line 23: non-conforming name section body
[INFO] asciidoctor: ERROR: man-makeldif-template.adoc: line 21: non-conforming name section body
[INFO] asciidoctor: ERROR: man-windows-service.adoc: line 23: non-conforming name section body

Note that in many cases, the above errors appear more than once. Again, the build process IS successful otherwise.

@maximthomas
Copy link
Contributor

Unresolved issues in the #429 PR:

[INFO] asciidoctor: INFO: possible invalid reference: make-ldif-1       
[INFO] asciidoctor: INFO: possible invalid reference: makeldif-template-5

Messages appear while building man-pages, links work fine in antora and pdf

[INFO] asciidoctor: ERROR: the table cell on page 4223 has been truncated; Asciidoctor PDF does not support table cell content that exceeds the height of a single page

Known limitation of the asciidoc to pdf converter. https://docs.asciidoctor.org/pdf-converter/latest/features/#limitations
There is no workaround yet

@vharseko vharseko changed the title asciidoc error tracking asciidoctor warnings messages when generating documentation #429 Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants