Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.7 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.7 KB

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 markzero

Features

  • 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).