fix(markdown-it-plugins): migrate imported files

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-08-26 11:38:23 +02:00
parent f5736dad0f
commit ffe48f2fd2
12 changed files with 49 additions and 52 deletions

View file

@ -4,6 +4,6 @@
* SPDX-License-Identifier: MIT
*/
export { imageSize } from './image-size'
export { taskLists } from './task-lists'
export * from './toc'
export { imageSize } from './image-size/index.js'
export { taskLists } from './task-lists/index.js'
export * from './toc/index.js'