1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00

"mdx-live" -> "react-live" in comment

This commit is contained in:
Shawn Allen 2019-02-28 14:58:25 -08:00
parent 24931e4c90
commit f9a5574aea

View File

@ -12,7 +12,7 @@ export default function getComponents(page = {}) {
h1: H1,
// render links with our component
a: Link,
// render code blocks with our wrapper around mdx-live
// render code blocks with our wrapper around react-live
code: CodeExample,
// render the outline for <p> tags with exactly the text "{:toc}"
p: ({children, ...rest}) => {