Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nju33/slack-post-into-html
- Owner: nju33
- Created: 2018-06-01T04:22:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T04:59:39.000Z (over 6 years ago)
- Last Synced: 2024-04-14T12:49:43.771Z (9 months ago)
- Topics: converter, html, slack-post
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/slack-post-into-html
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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