fix(deps): Replace deprecated packages with @hedgedoc/markdown-it-plugins

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-10-24 20:48:28 +02:00
parent b1360330d4
commit e831450f6f
4 changed files with 9 additions and 20 deletions

View file

@ -13,7 +13,7 @@ import superscript from 'markdown-it-sup'
import inserted from 'markdown-it-ins'
import marked from 'markdown-it-mark'
import footnote from 'markdown-it-footnote'
import { imageSize } from '@hedgedoc/markdown-it-image-size'
import { imageSize } from '@hedgedoc/markdown-it-plugins'
/**
* Adds some common markdown syntaxes to the markdown rendering.