前言
https://juejin.cn/post/7026273766304907301#heading-6
前端 100 问 https://github.com/Advanced-Frontend/Daily-Interview-Question
代码块
语言后 添加 title 来添加标题。
/src/components/HelloCodeTitle.js
function HelloCodeTitle(props) {
return <h1>你好,{props.name}</h1>
}
mdx
支持MDX.
使用 React
<button onClick={() => alert('button clicked!')}>Click me!</button>