Skip to content

This package is a react markdown component that supports streaming rendering.

Notifications You must be signed in to change notification settings

hoboy0313/micromark-react

Repository files navigation

@baidu/so-markdown

What is this?

This package is a react markdown component that supports streaming rendering.

Preview Site

Config Site

When to use this

When you want to render markdown content in a streaming manner.

Install

npm install @hoboy/micromark-react

Usage

import { MicroMarkdown } from '@hoboy/micromark-react'

const App = () => {
    return (
        <MicroMarkdown value="# Hello, World!" />
    )
}

About

This package is a react markdown component that supports streaming rendering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published