Deno is better

This commit is contained in:
Lucàs
2023-05-06 14:01:38 +02:00
parent d8f009ac1e
commit 31f70d319f
35 changed files with 668 additions and 828 deletions
+3
View File
@@ -0,0 +1,3 @@
const ImageComponent = (label: string, url: URL) => `![${label}](${url})`;
export default ImageComponent
+3
View File
@@ -0,0 +1,3 @@
const LinkComponent = (label: string, url: string) => `[${label}](${url})`;
export default LinkComponent;