Support read documents from .md file or html content
import Markdown from 'src/components/markdown'; function App() { return <Markdown children={post.body} />; }
src/components/markdown