This commit is contained in:
Cloudburst 2022-08-26 18:16:07 +02:00 committed by GitHub
parent 5d49b3e65f
commit 409f56e60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,9 @@ const componentMap = {
a: (props) => {
return <Link className="link" to={props?.href} {...props} />
},
kbd: (props) => {
return <kbd className="kbd" {...props} />
},
ol: (props) => {
return <ul className="steps steps-vertical" {...props} />
},
@ -84,4 +87,4 @@ export const pageQuery = graphql`
htmlAst
}
}
`
`