هایلایت HTML
Prism یک برجسته کننده نحوی سبک و قابل توسعه است،
<html>
<!-- this is a comment -->
<head>
<title>HTML Example</title>
</head>
<body>
The indentation tries to be <em>somewhat "do what
I mean"</em>... but might not match your style.
</body>
</html>
Css برجسته
Prism یک برجسته کننده نحوی سبک و قابل توسعه است،
.example {
font-family: "IRANSans-web";
color: #212529;
text-align: left;
}