Display HTML and Markdown #818
johnlindquist
announced in
Docs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Display HTML
Use
await div('')to display HTML.Open display-html in Script Kit
Display HTML with CSS
Script Kit bundles Tailwind CSS.
Open display-html-with-css in Script Kit
Display Markdown
The
md()function will convert Markdown to HTML into HTML that you can pass into div. It will also add the default Tailwind styles so you won't have to think about formatting.Open display-markdown in Script Kit
Beta Was this translation helpful? Give feedback.
All reactions