@anydown/maildown

1.3.1 • Public • Published

これは?

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @anydown/maildown

Weekly Downloads

2

Version

1.3.1

License

MIT

Unpacked Size

1.42 MB

Total Files

14

Last publish

Collaborators

  • hashrock