auto-git:

[add] src/markdown/
 [add] src/types/
This commit is contained in:
2026-05-07 19:42:40 +02:00
parent b520f53ae5
commit c59f7ab429
3 changed files with 499 additions and 0 deletions

4
src/types/markdown-it.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "markdown-it" {
const MarkdownIt: any;
export default MarkdownIt;
}