Skip to content

tmpfs/markzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Extensions to the marked library

Resources

License

Stars

Watchers

Forks

Packages

No packages published