0.0.1 • Published 9 years ago

markedtex v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

markTex

A LaTex inspired extension of markdown. After installing markedtex can run from the command line with markedtex input.md > output.md

Commands

Input

With the help of the input command you can organize your markdown files into several files. To include a markdown file in document add \input(<%file%>) where you want the contents of the included file to appear.

Numbered Headings

To add numbered headings add \numberedHeadings anywhere in the document.

Table of Contents

To add a table of contents add \tableOfContents where you want the table of contents to appear.

Building & Testing

install dependencies with npm install to run markedtex modified version run npm pack and npm install markedtex-x.x.x.tgz

Run tests with npm test

0.0.1

9 years ago