Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nju33/slack-post-into-html


https://github.com/nju33/slack-post-into-html

converter html slack-post

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# slack post into html

## usage

```js
const intoHtml = require('into-html');

const html = intoHtml([
{type, text},
{type, text},
{type, text},
// ...
]);
```

## features

### tags

- [x] h1
- [x] h2
- [x] h3
- [x] p
- [x] ul
- [x] ol
- [x] pre
- [ ] cl (check list)
- [ ] unfurl

### formats

- [x] link
- [x] b
- [x] i
- [x] strike