mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-19 02:32:35 +00:00
Use bare version of markdown-it-emoji
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
460badb97b
commit
9554d6d3b3
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import MarkdownIt from 'markdown-it'
|
||||
import emoji from 'markdown-it-emoji'
|
||||
import emoji from 'markdown-it-emoji/bare'
|
||||
import { combinedEmojiData } from './emoji/mapping'
|
||||
|
||||
export const twitterEmojis: MarkdownIt.PluginSimple = (markdownIt) => {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
declare module 'markdown-it-emoji' {
|
||||
declare module 'markdown-it-emoji/bare' {
|
||||
import MarkdownIt from 'markdown-it/lib'
|
||||
import { EmojiOptions } from './interface'
|
||||
const markdownItEmoji: MarkdownIt.PluginWithOptions<EmojiOptions>
|
||||
|
|
Loading…
Reference in a new issue