Closed Philzen closed 5 months ago
Thanks for the offer to help fix the description here! Unfortunately this one is a bit of a rabbit hole:
In this case I think we should likely update rewrite-templating to not put those wrapping __
around a multi-line description, as a first formatting fix. Then once that's picked up in error-prone-support and released there, should the doc changes cascade here.
While we could merge this PR, the changes would otherwise be overwritten the next time we generate the documentation, which we tend to do every two weeks.
I already had a hunch this might be a pointless PR due to some automated process generating this documentation. :wink:
I've documented the issue here now: https://github.com/openrewrite/rewrite-templating/issues/93 (hope this is the correct repo to place this).
So i guess it doesn't matter much whether this is merged or closed, so i'll be fine with any.
Thanks for logging that additional issue; I'll merge this for now until we can fix it upstream. 🙏🏻
The description displayed at https://docs.openrewrite.org/recipes/tech/picnic/errorprone/refasterrules/testngtoassertjrulesrecipes is confusing, the mixture of HTML and markdown leads to disappearing relevant information such as this:
Still clueless what is being referred to with "Some of the classes below " though.
Wondering if we couldn't cook up a nice recipe to do this cleanup automatically:
<p>
tagspre
block to markdown code block and remove the surrounding{@code … }
custom tagIt would also be nice to have the Github-Link under "Recipe source" to link to the actual implementation.