mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Use plugin
This commit is contained in:
parent
75bccfeec7
commit
fe600c30ca
|
@ -1,3 +1,5 @@
|
|||
const remarkPlugins = []
|
||||
import remarkWrapSections from './remarkWrapSections.mjs'
|
||||
|
||||
const remarkPlugins = [remarkWrapSections]
|
||||
|
||||
export default remarkPlugins
|
||||
|
|
Loading…
Reference in New Issue
Block a user