mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
import remarkCustomAttrs from './remarkCustomAttrs.mjs'
|
|
import remarkWrapSections from './remarkWrapSections.mjs'
|
|
|
|
const remarkPlugins = [
|
|
remarkCustomAttrs,
|
|
remarkWrapSections,
|
|
]
|
|
|
|
export default remarkPlugins
|