eclipse / microprofile-health

microprofile-health
Apache License 2.0
106 stars 61 forks source link

layout problems on microprofile.io #222

Open rsoika opened 4 years ago

rsoika commented 4 years ago

Maybe you know from this discussion (and here) about the layout on the microprofile.io homepage.

The reason why it the layout is so ugly seems to be a problem with a wordpress plugin.

I think we could solve this by simply replacing the inline code fragments in the readme.adoc file like this:

...level is the `HealthCheck` interface.....

with italic style:

...level is the _HealthCheck_ interface.....

Should I create a pull request with those changes or did you already plan to fix this otherwise?

xstefank commented 4 years ago

hi @rsoika, I don't think anyone has this already in progress. Please go ahead and create a PR. Thank you.