搜索
A React component that renders markdown content as HTML
string
-
import { MdRenderer } from '@/react'; function App() { return ( <MdRenderer content={` [Arya](https://markdown.lovejade.cn/?ref=markdown.lovejade.cn),是一款基贴`} /> ); } export default App;