New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@anydown/maildown

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anydown/maildown

Markdownから日本企業っぽいメールに変換します。

latest
Source
npmnpm
Version
1.3.1
Version published
Weekly downloads
8
700%
Maintainers
1
Weekly downloads
 
Created
Source

これは?

Markdown から日本企業っぽいメールに変換します。

dependencies Status

npm version

NPM から利用する

npm install @anydown/maildown

const maildown = require("@anydown/maildown");

const converted = maildown(`## test

# test

- this
- is
- test
`, {lineLength: 70});

console.log(converted);
//>  ■test
//>  【test】
//>   ・this
//>   ・is
//>   ・test

Options

オプション名説明デフォルト
lineLength1行の最大文字長70

FAQs

Package last updated on 22 Jul 2018

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