Package Exports
- markzero
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (markzero) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Table of Contents
markzero
Extensions to the marked library.
This library extends the excellent marked markdown parser to allow round tripping markdown to tokens and back to markdown. It also provides renderers to convert markdown to plain text and man pages.
Used by the command module and the mdp program.
Install
npm i markzeroFeatures
- Convert markdown documents to tokens and back to markdown to programatically modify a document.
- Additional renderers for plain text and man pages.
- Builds link index for plain text documents.
- Supports nested ordered lists when converting back to markdown.
Examples
Alternative versions of this document serve as examples:
License
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).