highlightjs/highlight.js
test/
markup/
node-repl/
sample.txt
> for(let i=0;i<5;i++){ ... console.log(i); ... } 0 1 2 3 4 undefined >