mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Move and rename files (2/4) (#987)
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
1b7abf9f27
commit
123f959fb3
145 changed files with 586 additions and 301 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
import MarkdownIt from 'markdown-it'
|
||||
import toc, { TocAst } from 'markdown-it-toc-done-right'
|
||||
import { slugify } from '../../editor/table-of-contents/table-of-contents'
|
||||
import { slugify } from '../../editor-page/table-of-contents/table-of-contents'
|
||||
|
||||
export type DocumentTocPluginOptions = (ast: TocAst) => void
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue