mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 23:24:46 -04:00
update markdown-it-anchor (#892)
* update markdown-it-anchor * Update markdown-it-types * Regenerate yarn.lock Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
15e247f1d4
commit
53053813bd
3 changed files with 1213 additions and 1327 deletions
|
@ -4,8 +4,8 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import anchor from '@mrdrogdrog/markdown-it-anchor'
|
||||
import MarkdownIt from 'markdown-it'
|
||||
import anchor from 'markdown-it-anchor'
|
||||
|
||||
export const headlineAnchors: MarkdownIt.PluginSimple = (markdownIt) => {
|
||||
// noinspection CheckTagEmptyBody
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue