lthms / zmarkdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

About

License:MIT License


Languages

Language:JavaScript 90.0%Language:HTML 10.0%Language:CSS 0.0%