Description
HTTP messages should use the correct highlighter for the body based on the Content-Type, as per documentation and example ("Response body highlighted based on Content-Type"). It's broken in the example shown below to demonstrate that feature.
Information
Description HTTP messages should use the correct highlighter for the body based on the Content-Type, as per documentation and example ("Response body highlighted based on Content-Type"). It's broken in the example shown below to demonstrate that feature.
Code snippet
Test page
In that example,
<html>Some Html</html>
should be highlighted as HTML and not plain-text.