Prism.js
Download

Syntax Highlighter for Every Language

Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind. It’s used in thousands of websites, including some of those you visit daily.

Contribute
import {DomSanitizer} from '@angular/platform-browser';
import {Pipe, PipeTransform} from '@angular/core';

import { icons } from 'feather-icons'; // v4+

@Pipe({ name: 'feather' })
export class FeatherIconsPipe implements PipeTransform {

  constructor(private sanitizer: DomSanitizer) {}

  transform(icon: string, size: number = 24, color: string = 'inherit') {
    return this.sanitizer.bypassSecurityTrustHtml(icons[icon].toSvg({
      width: size,
      height: size,
      color: color
    }));
  }
}

Reasons Why People Love Prism.js

Dead Simple
Highly Intuitive
Light as a Feather
Blazing Fast
Extensible
Easy Styling

Used by Thousands of Companies

Prism.js is used on several websites, small and large.

Google Twitter Veu.js Stripe