mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 08:34:54 -04:00
fix(markdown-it-plugins): migrate imported files
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
f5736dad0f
commit
ffe48f2fd2
12 changed files with 49 additions and 52 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue