mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 09:42:26 +03:00
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
|