labuladong opened a new issue, #17384: URL: https://github.com/apache/pulsar/issues/17384
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? Every code block in [pulsar document](https://pulsar.apache.org/docs/) has redundant newlines: <img width="1123" alt="image" src="https://user-images.githubusercontent.com/37220920/187814413-695a34cc-42de-4e5d-b1dd-779f650daa91.png"> If I click the copy button, `\n` was copied as well, which is inconvenient to change args and may run commands unexpectedly because of the tailing `\n`:  ### What is your suggestion? Trim all redundant newlines of code blocks like this: <img width="1110" alt="image" src="https://user-images.githubusercontent.com/37220920/187815034-da01d19c-84f2-4818-83f5-13e4fa9f40e1.png"> ### Any reference? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
