1.2.0 • Published 9 months ago

md-processor v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

md-processor

build status npm version

A preprocessor for markdown files.

Usage

You can run md-processor with npx like shown below:

nxp md-processor input.md > output.md

Features

Imports

Sections of other markdown files can be imported like this:

@[import{section,deep,depth=x}](filename)
  • section: The full header of the section to import.
  • deep: If given, the nested blocks will be imported.
  • depth: Change the level of the headers by adding x. x can be positive or negative.
  • filename: The path to the markdown file to import. The path is relative to the input file.
1.2.0

9 months ago

1.1.0

11 months ago

1.0.0

11 months ago