mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
added support for markdown-it-abbr (#238)
this makes it possible to use abbreviations like these ``` *[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium The HTML specification is maintained by the W3C. ``` Co-authored-by: Philip Molares <philip@mauricedoepke.de>
This commit is contained in:
parent
09c21e4334
commit
4852727f92
4 changed files with 14 additions and 0 deletions
6
src/external-types/markdown-it-abbr/index.d.ts
vendored
Normal file
6
src/external-types/markdown-it-abbr/index.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
declare module 'markdown-it-abbr' {
|
||||
import MarkdownIt from 'markdown-it/lib'
|
||||
const markdownItAbbreviation: MarkdownIt.PluginSimple
|
||||
export = markdownItAbbreviation
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue