- Convert markdown to html with
zenn-markdown-html.
import markdownHtml from "zenn-markdown-html"
const html = markdownHtml(markdown);- Import styles for content.
import "zenn-content-css"- Enable web-components for embedding.
Some embedded contents such as Tweet, Gist are made with Web Components. To enable these contents embedded, import zenn-embed-elements on client.
// with React
useEffect(()=> {
import('zenn-embed-elements');
})Note that zenn-embed-elements is not working with SSR.
- CatNose (@catnose99)
- Hori Godai (@steelydylan)
- noriaki watanabe (@nnabeyang)
- ooooooo_q (@ooooooo-q)
- RyotaK (@Ry0taK)
- j5c8k6m8 (@j5c8k6m8)
- kkiyama117 (@kkiyama117)
MIT
