mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
343c0054f2
The slugified section ids are useless, because they can not be referenced anywhere anyway. The navigation only works if the section has the same id as the heading.
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
import remarkWrapSections from './remarkWrapSections.mjs'
|
|
|
|
const remarkPlugins = [
|
|
remarkWrapSections,
|
|
]
|
|
|
|
export default remarkPlugins
|