mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 21:54:54 +03:00
Add more components to markdown
This commit is contained in:
parent
87e829c082
commit
f59d7b67cf
|
@ -12,9 +12,10 @@ import { Li, Ol, Ul } from './components/list'
|
||||||
import Section, { Hr } from './components/section'
|
import Section, { Hr } from './components/section'
|
||||||
import { Table, Td, Th, Tr, Tx } from './components/table'
|
import { Table, Td, Th, Tr, Tx } from './components/table'
|
||||||
import Tag from './components/tag'
|
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 { Integration, IntegrationLogo } from './widgets/integration'
|
||||||
import Project from './widgets/project'
|
import Project from './widgets/project'
|
||||||
|
import { Logos, Colors, Patterns } from './widgets/styleguide'
|
||||||
|
|
||||||
export const remarkComponents = {
|
export const remarkComponents = {
|
||||||
createElement: React.createElement,
|
createElement: React.createElement,
|
||||||
|
@ -62,5 +63,10 @@ export const remarkComponents = {
|
||||||
project: Project,
|
project: Project,
|
||||||
integration: Integration,
|
integration: Integration,
|
||||||
integrationlogo: IntegrationLogo,
|
integrationlogo: IntegrationLogo,
|
||||||
|
|
||||||
|
Label,
|
||||||
|
Logos,
|
||||||
|
Colors,
|
||||||
|
Patterns,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user