Skip to content

simkall/markedtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A LaTex inspired extension of markdown.

Resources

Stars

Watchers

Forks

Packages

No packages published