Skip to content

nju33/slack-post-into-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack post into html

usage

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

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

features

tags

  • h1
  • h2
  • h3
  • p
  • ul
  • ol
  • pre
  • cl (check list)
  • unfurl

formats

  • link
  • b
  • i
  • strike

Sponsor this project

  •  

Packages

No packages published