mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
markdown-it-configurator (#626)
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
89968387c2
commit
0670cddb0b
42 changed files with 524 additions and 360 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
declare module 'markdown-it-front-matter' {
|
||||
import MarkdownIt from 'markdown-it/lib'
|
||||
const markdownItFrontMatter: MarkdownIt.PluginSimple
|
||||
export type FrontMatterPluginOptions = (rawMeta: string) => void
|
||||
const markdownItFrontMatter: MarkdownIt.PluginWithOptions<FrontMatterPluginOptions>
|
||||
export = markdownItFrontMatter
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue