Since be06f10, there appears to be a regression in how code blocks are formatted in our docs. This change causes extraneous whitespace on properly-spaced code (example image below).
The offending code seems to be this new <br /> tag here:
|
<span className="CodeBlock--token-plain"> |
|
<br /> |
|
</span> |
Here's an example in a new tutorial we launched for Workers:
