mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
Replace imsize with @hedgedoc/markdown-it-image-size
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
7aec58f847
commit
bb0dd4d935
5 changed files with 8 additions and 29 deletions
12
src/external-types/markdown-it-imsize/index.d.ts
vendored
12
src/external-types/markdown-it-imsize/index.d.ts
vendored
|
@ -1,12 +0,0 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
declare module 'markdown-it-imsize' {
|
||||
import MarkdownIt from 'markdown-it/lib'
|
||||
import { ImsizeOptions } from './interface'
|
||||
const markdownItImsize: MarkdownIt.PluginWithOptions<ImsizeOptions>
|
||||
export = markdownItImsize
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
export interface ImsizeOptions {
|
||||
autofill?: boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue