Go back to own version of markdown

This commit is contained in:
Zef Hemel
2022-09-14 08:48:14 +02:00
parent c80342417c
commit 2d51b2d4c2
7 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { SysCallMapping } from "@plugos/plugos/system";
import type { Editor } from "../editor";
import { AppCommand, CommandDef } from "../hooks/command";
import { CommandDef } from "../hooks/command";
import { version } from "../package.json";
export function systemSyscalls(editor: Editor): SysCallMapping {