Use plugin

This commit is contained in:
Marcus Blättermann 2022-11-21 18:09:00 +01:00
parent 75bccfeec7
commit fe600c30ca
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -1,3 +1,5 @@
const remarkPlugins = []
import remarkWrapSections from './remarkWrapSections.mjs'
const remarkPlugins = [remarkWrapSections]
export default remarkPlugins