I tried rendering the same page in intellij but seems that it is rendering correctly. What could be the reason for this? Is the issue related to jenkins page rendering the github page or with the github?
Any help would be appreciated !
Current version of the jenkins plugin site uses a legacy backend service called plugin-site-api, which pulls the readme data from a repo via github readme API which returns HTML. Sadly that HTML needs very specific CSS and stuff.
Thanks @halkeye for reply. So, can we assume that the distorted documentation will be auto corrected once your change is live (“just the repo” pattern change) or is there any specific process that we need to follow?
In theory you should be good. I haven’t tested table output yet. I’ll see if I get a minute this week to hack my local copy to parse your file and see what the output looks like and update this thread.