New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

markdown-it-samp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-samp

Samp html tags for markdown-it

Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Use it with

npm install --save markdown-it-samp

import MarkdownIt from 'markdown-it'
import MarkdownItSamp from 'markdown-it-samp'

const md = new MarkdownIt()
md.use(MarkdownItSamp)

console.log(md.render('´´´\nresult\n´´´\n')) // <pre><samp>result</samp></pre>

I'll provide a better readme, tests, etc in future days.

Keywords

markdown-it-plugin

FAQs

Package last updated on 28 May 2016

Related posts