markup icon indicating copy to clipboard operation
markup copied to clipboard

HTTP source highlighting background color

Open xnbox opened this issue 4 years ago • 1 comments

HTTP source highlighting background color is opaque at some points.

Example:

HTTP/1.1 200 OK
Content-Type: application/json

{
    "id": 123,
    "fname": "John",
    "lname": "Doe",
    "email": ["[email protected]", "[email protected]"]
}

See more examples at: https://github.com/xnbox/DeepfakeHTTP/blob/main/Cheatsheet.md

xnbox avatar Oct 26 '21 12:10 xnbox