Update component names to MDX2

This commit is contained in:
Marcus Blättermann 2022-11-14 00:11:44 +01:00
parent f59d7b67cf
commit e215e3a6d3
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -43,26 +43,26 @@ export const remarkComponents = {
wrapper: ({ children }) => children, wrapper: ({ children }) => children,
hr: Hr, hr: Hr,
infobox: Infobox, Infobox,
table: Table, Table,
tr: Tr, Tr,
tx: Tx, Tx,
th: Th, Th,
td: Td, Td,
help: Help, Help,
button: Button, Button,
youtube: YouTube, YouTube,
soundcloud: SoundCloud, SoundCloud,
iframe: Iframe, Iframe,
googlesheet: GoogleSheet, GoogleSheet,
abbr: Abbr, Abbr,
tag: Tag, Tag,
accordion: Accordion, Accordion,
grid: Grid, Grid,
inlinecode: InlineCode, InlineCode,
project: Project, Project,
integration: Integration, Integration,
integrationlogo: IntegrationLogo, IntegrationLogo,
Label, Label,
Logos, Logos,