Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@promaster-sdk/markdown

Package Overview
Dependencies
Maintainers
8
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promaster-sdk/markdown

Promaster Flavored Markdown

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
8
Created
Source

@promaster-sdk/markdown

npm version travis build code style: prettier MIT license

Promaster Flavored Markdown

Introduction

This package is needed in order to convert promaster markdown texts to HTML.

The Promaster flavor of markdown is the standard except extensions for:

  • Superscript
  • Subscript

Installation

npm install --save @promaster-sdk/markdown

The library is compiled to ES5 and no polyfills are required.

Usage

import { makeHtml } from "@promaster-sdk/markdown";

const markdown = "...";
const html = makeHtml(markdown);

How to publish

yarn version --patch
yarn version --minor
yarn version --major

FAQs

Package last updated on 29 Mar 2020

Did you know?

Socket

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