Add more components to markdown

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

View File

@ -12,9 +12,10 @@ import { Li, Ol, Ul } from './components/list'
import Section, { Hr } from './components/section'
import { Table, Td, Th, Tr, Tx } from './components/table'
import Tag from './components/tag'
import { Abbr, H2, H3, H4, H5, Help } from './components/typography'
import { Abbr, H2, H3, H4, H5, Label, Help } from './components/typography'
import { Integration, IntegrationLogo } from './widgets/integration'
import Project from './widgets/project'
import { Logos, Colors, Patterns } from './widgets/styleguide'
export const remarkComponents = {
createElement: React.createElement,
@ -62,5 +63,10 @@ export const remarkComponents = {
project: Project,
integration: Integration,
integrationlogo: IntegrationLogo,
Label,
Logos,
Colors,
Patterns,
},
}