eclipse / kuksa.val

kuksa.val
Apache License 2.0
89 stars 52 forks source link

Fixed query table header in docs #758

Closed sgloutnikov closed 3 months ago

sgloutnikov commented 3 months ago

Updated markdown table header to properly render in preview

erikbosch commented 3 months ago

Thanks for the PR. There is a pre-commit error, caused by some trailing blanks and other errors. It does not seem to be caused by your change, rather part of our somewhat new policy to require no trailing line breaks for touched files, so if you happen to touch a file with trailing line blanks CI will fail unless you fix them. If possible, it would be great if you could fix them,see https://github.com/eclipse/kuksa.val?tab=readme-ov-file#pre-commit-set-up

Previous table as rendered:

image

sgloutnikov commented 3 months ago

Thank you for the hint! The file should be cleaned up now.