4
points
EN

Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.
Homepage: https://prismjs.com/
1) Instalation:
npm install prismjs
2) Usage:
import React from 'react';
import Prism from 'prismjs';
<Prism>{code}</Prism>
0 comments
Show comments
Add comment