cmacc-compiler is a document compiler for the Cmacc format, version 2.1.9. It processes Cmacc files through a pipeline: loading, parsing, assembling, reducing, compiling, and rendering to HTML. Key differentiators: it handles variables, AST generation, and multi-source loading (local or network). Alternatives like Pandoc or custom markdown parsers lack Cmacc-specific features. Release cadence is sporadic; not actively maintained.
npm install cmacc-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to compile Cmacc files using require and options object.
Run npm install remarkably --save
Use actively maintained doc generators like Pandoc.
Use require() instead of import.
npm install remarkably
Use const cmaccCompiler = require('cmacc-compiler')Set options.base to a valid directory path.