mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 17:54:39 +03:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
import remarkWrapSections from './remarkWrapSections.mjs'
|
|
|
|
const remarkPlugins = [remarkWrapSections]
|
|
|
|
export default remarkPlugins
|