没有使用 typography 样式,使用的是浏览器默认的样式,即:User Agent Stylesheet。
你可以写一些加粗、斜体或代码片段的文字。
代码片段
这是一个引用区域。
function greet(name) { return 'Hello, ' + name + '!'; }