Skip to content

remark

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.

Terminal window
zi pack for remark
zi pack"<profile>" for remark

Available profiles: default, man-only, html-only.

  • Provides: remark binary shim at n:node_modules/.bin/remark.
  • default profile ices: git, as"null", nocompile, lucid, node"remark <- !remark-cli; remark-man; remark-html", sbin"n:node_modules/.bin/remark", atpull"%atclone". Installs remark-cli (main binary), remark-man (man page output), and remark-html (HTML output).
  • man-only profile: installs remark-cli and remark-man only; no atpull.
  • html-only profile: installs remark-cli and remark-html only.
  • The <- syntax in the node ice sets the primary module whose bin is used; ;-separated names are additional modules.
  • Requires the bin-gem-node annex, npm, and node in PATH.
Terminal window
# Full install (man + html plugins)
zi pack for remark
# Only man-page conversion support
zi pack"man-only" for remark