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:
parent
24931e4c90
commit
f9a5574aea
@ -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}) => {
|
||||
|
Loading…
Reference in New Issue
Block a user