You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
Usage: mkhigh [-lph] [--lines] [--preserve] [--help] [--version] [--out=<val>]
[--src=<lang>] [--alias-[NAME]=<val...>]
Highlight code blocks.
Options
-o, --out=[VAL] Set output format (default: html)
-s, --src=[LANG] Source language (overrides info string)
--alias-[NAME]=[VAL...] Alias info strings to source languages
-l, --lines Number lines in output
-p, --preserve Keep code elements
-h, --help Display help and exit
--version Print the version and exit
mkhighlight@1.0.1
API
highlight
highlight(through,ast,opts)
For each code block with an info string call source-highlight(1) and
rewrite the output nodes to include the highlighted response.
through module for subclassing streams.
ast module for working with ast nodes.
opts options passed to the transform function.
Options
src String source language, overrides info string.
out String output format.
alias Object map of info string languages to source languages.
lines Boolean number lines in highlighted output.
preserve Boolean Keep a <code> element in the result.