This PR proposes that we trim whitespace from both ends of descriptions rather than just chomp.
A bit of context for this change: since upgrading to Hugo 0.135.0, opentelemetry.io many page descriptions have been padded with (IMHO unnecessary) whitespace. If the Hugo templates are chomping the description text, it might as well just trim both ends of any whitespace, right? :)
This PR proposes that we trim whitespace from both ends of descriptions rather than just chomp.
A bit of context for this change: since upgrading to Hugo 0.135.0, opentelemetry.io many page descriptions have been padded with (IMHO unnecessary) whitespace. If the Hugo templates are
chomp
ing the description text, it might as well justtrim
both ends of any whitespace, right? :)/cc @svrnm @theletterf