A LaTex inspired extension of markdown. After installing markedtex can run from the command line with markedtex input.md > output.md
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.
To add numbered headings add \numberedHeadings
anywhere in the document.
To add a table of contents add \tableOfContents
where you want the table of contents to appear.
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