spaCy/website/plugins/index.mjs
Marcus Blättermann 343c0054f2
Simplify unnessary adding of id to sections
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.
2022-12-20 17:51:56 +01:00

8 lines
139 B
JavaScript

import remarkWrapSections from './remarkWrapSections.mjs'
const remarkPlugins = [
remarkWrapSections,
]
export default remarkPlugins