markdown-it-highlightjs

v4.0.1
Preset to use highlight.js with markdown-it.
markdown-it-plugin

lint

ts-standard src/*.ts test/*.js

test

npm run build && mocha

build

esbuild src/*.ts --format=cjs --outdir=dist

prepack

npm run prepare && npm run lint && npm run type-check && npm test

prepare

npm run build && npm run type-declarations

type-check

tsc -noEmit

type-declarations

tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --outDir types

Metadata

Downloads

Maintainers