We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tables are no longer rendering correctly after the upgrade to build-tools 4.0.15 (PR #9635).
To reproduce:
cd docs mvn package mvn sitegen:serve
In browser go to:
http://localhost:8080/config/io_helidon_webserver_WebServer:
and you'll see a poorly rendered table (it is one giant row). To see what it is supposed to look like go to:
https://helidon.io/docs/4.1.6/config/io_helidon_webserver_WebServer
Change root pom.xml to use:
pom.xml
<version.plugin.helidon-build-tools>4.0.14</version.plugin.helidon-build-tools>
then the table renders correctly.
The text was updated successfully, but these errors were encountered:
Possible side effect of helidon-io/helidon-build-tools#1097
Sorry, something went wrong.
I've rebuilt main locally and I the locally-rendered page looks the same as the published 4.1.6 one.
main
I'm using Safari 18.1.1.
After talking to Tim it looks like:
rowspan
colspan
tjquinno
Successfully merging a pull request may close this issue.
Tables are no longer rendering correctly after the upgrade to build-tools 4.0.15 (PR #9635).
To reproduce:
In browser go to:
http://localhost:8080/config/io_helidon_webserver_WebServer:
and you'll see a poorly rendered table (it is one giant row). To see what it is supposed to look like go to:
https://helidon.io/docs/4.1.6/config/io_helidon_webserver_WebServer
Change root
pom.xml
to use:<version.plugin.helidon-build-tools>4.0.14</version.plugin.helidon-build-tools>
then the table renders correctly.
The text was updated successfully, but these errors were encountered: