markdown-it has the highlight
option.
Apply syntax highlighting to fenced code blocks.
In README.md, use highlight.js as highlighting engine, but can also use Prism.
const = ;
const = ;
;
const = new;
This code works on nodejs.
markdown-it has the highlight
option.
Apply syntax highlighting to fenced code blocks.
In README.md, use highlight.js as highlighting engine, but can also use Prism.
const = ;
const = ;
;
const = new;
This code works on nodejs.