Skip to content

Latest commit

 

History

History
160 lines (92 loc) · 6.65 KB

README.md

File metadata and controls

160 lines (92 loc) · 6.65 KB

zmarkdown Build Status Coverage Status

This repository forms the basis for zmarkdown, the JavaScript project intended to replace Python-ZMarkdown, the current Markdown engine powering Zeste de Savoir.

It is a collection of packages extending the remark processor and its MDAST syntax tree, rehype (for HTML processing) and textr (text transformation framework). It also provides MDAST to LaTeX compilation via rebber (and its plugins).

Install

Prerequisites

Installation

  1. clone
  2. yarn

This project uses Jest for testing. It is recommended to install the Jest CLI tools globally, and run Jest in watch mode when developing.

  • npm install -g jest
  • jest --watch --notify (--notify sends desktop notifications when tests run)

Packages

License

MIT © Zeste de Savoir