ladjs / superagent

Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
https://ladjs.github.io/superagent/
MIT License
16.56k stars 1.33k forks source link

Fix overflow pre tag index.md #1750

Closed lopezac closed 1 year ago

lopezac commented 1 year ago

In the docs, at h2#testing-on-localhost second pre child, the code snippet literally breaks and goes outside pre, div and everything. The same happens for h2#promise-and-generator-support third pre child, the code snippet breaks and goes outside the pre and everything. https://visionmedia.github.io/superagent/#testing-on-localhost https://visionmedia.github.io/superagent/#promise-and-generator-support

titanism commented 1 year ago

v8.0.4 released https://github.com/visionmedia/superagent/releases/tag/v8.0.4, thank you