1.2.1 • Published 10 months ago
md-processor v1.2.1
md-processor
A preprocessor for markdown files.
Usage
You can run md-processor with npx like shown below:
nxp md-processor input.md > output.mdFeatures
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 addingx.xcan be positive or negative.filename: The path to the markdown file to import. The path is relative to the input file.