mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
Import remarkComponents
This commit is contained in:
parent
22c6d85784
commit
98e4f71a47
|
@ -1,3 +1,7 @@
|
|||
const mdxComponents = {}
|
||||
import { remarkComponents } from '../src/markdown'
|
||||
|
||||
const mdxComponents = {
|
||||
...remarkComponents.components,
|
||||
}
|
||||
|
||||
export default mdxComponents
|
||||
|
|
Loading…
Reference in New Issue
Block a user