Socket
Socket
Sign inDemoInstall

marktex-bundle

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    marktex-bundle

markdown parser


Version published
Weekly downloads
0
Maintainers
1
Install size
4.35 MB
Created
Weekly downloads
 

Readme

Source

MarkTeX

LaTeX style extension for markdown

Installation

Using npm:

npm i marktex.js

In Node.js:

# es style
import myriad from 'marktex.js';
// or
import {myriad} from 'marktex.js';

# commonJs style
var {myriad} = require("marktex.js")
// or
var myriad = require("marktex.js").default

test it:

console.log(myriad.newRenderer().renderString('## hello marktex.js'));
<h2>hello marktex.js</h2>

FAQs

Last updated on 23 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc