All Projects → anydown → Maildown

anydown / Maildown

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

これは?

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

dependencies Status

npm version

Demo

https://maildown-example.netlify.com/

image

🤔

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

Who uses maildown

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].