remark
Summary
Section titled “Summary”Installs the remark Markdown processor (with remark-cli, remark-man, and remark-html plugins) via npm and exposes the remark binary as an sbin shim.
Syntax / Usage
Section titled “Syntax / Usage”zi pack for remarkzi pack"<profile>" for remarkAvailable profiles: default, man-only, html-only.
Details
Section titled “Details”- Provides:
remarkbinary shim atn:node_modules/.bin/remark. defaultprofile ices:git,as"null",nocompile,lucid,node"remark <- !remark-cli; remark-man; remark-html",sbin"n:node_modules/.bin/remark",atpull"%atclone". Installsremark-cli(main binary),remark-man(man page output), andremark-html(HTML output).man-onlyprofile: installsremark-cliandremark-manonly; noatpull.html-onlyprofile: installsremark-cliandremark-htmlonly.- The
<-syntax in thenodeice sets the primary module whose bin is used;;-separated names are additional modules. - Requires the
bin-gem-nodeannex,npm, andnodein PATH.
Examples
Section titled “Examples”# Full install (man + html plugins)zi pack for remark
# Only man-page conversion supportzi pack"man-only" for remarkSee Also
Section titled “See Also”- pkg-any-node — generic npm package installer
- pkg-doctoc — Markdown TOC generator
- pkg-overview — how
zi packworks