-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Config Doc - Improve HTML Javadoc -> Asciidoc conversion #44679
Conversation
Converting HTML to Asciidoc using the Javadoc elements was causing issues as the HTML would be split and the fragments would be handled without the knowledge of the HTML tree.
It will only handle very simple cases but it makes the doc for quarkus.native.resources.includes a lot better.
🎊 PR Preview 9361824 has been successfully built and deployed to https://quarkus-pr-main-44679-preview.surge.sh/version/main/guides/
|
Status for workflow
|
@zakkak FYI the doc for |
Status for workflow
|
Note that these two issues were preexisting to the rewrite. I noticed them this week-end when I had a look at the config doc of
quarkus.native.resources.includes
to help a user.I'm pretty sure it was a problem in other areas as well as things were quite wrong as soon as you had inline tags.
Also HTML tables were completely ignored and rendering raw text.
Before:
After (AsciiDoc local build):