diff --git a/website/src/markdown.js b/website/src/markdown.js index 3554d8be8..92fb2dd0a 100644 --- a/website/src/markdown.js +++ b/website/src/markdown.js @@ -43,26 +43,26 @@ export const remarkComponents = { wrapper: ({ children }) => children, hr: Hr, - infobox: Infobox, - table: Table, - tr: Tr, - tx: Tx, - th: Th, - td: Td, - help: Help, - button: Button, - youtube: YouTube, - soundcloud: SoundCloud, - iframe: Iframe, - googlesheet: GoogleSheet, - abbr: Abbr, - tag: Tag, - accordion: Accordion, - grid: Grid, - inlinecode: InlineCode, - project: Project, - integration: Integration, - integrationlogo: IntegrationLogo, + Infobox, + Table, + Tr, + Tx, + Th, + Td, + Help, + Button, + YouTube, + SoundCloud, + Iframe, + GoogleSheet, + Abbr, + Tag, + Accordion, + Grid, + InlineCode, + Project, + Integration, + IntegrationLogo, Label, Logos,