A command-line utility for compiling markdown files with live file watching. The current stable version is 0.1.2, released in 2013. It provides basic markdown-to-HTML conversion with support for GitHub Flavored Markdown (GFM), sanitized output, and pedantic mode for strict compliance with markdown.pl. No updates or maintenance in over a decade, making it suitable only for legacy or archival use. Key differentiators include its simplicity and live watch functionality, but it lacks modern features like CommonMark, plugins, or programmatic API.
npm install markerNo compatibility data collected yet for this library.
Installs Marker globally and watches a markdown file for changes, converting to HTML with GFM support.
Consider using a maintained alternative like marked or remark.
Use a library with a JavaScript API for integration.
Not applicable; be aware of potential license issues.
Reinstall with 'npm install -g marker' and ensure npm global bin is in PATH.
Run 'npm install -g marker' again or manually install commander: 'npm install -g commander'.
Use Node.js 0.10.x (very old) or avoid using this package.
No dependency data recorded yet.