From 1b5b01b5923057c79dfb448b22587418db7257d7 Mon Sep 17 00:00:00 2001 From: Ryuhei Yoshida Date: Mon, 5 Feb 2024 21:57:17 +0900 Subject: [PATCH] Update gfm to 0.6.0 --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index e47d6fc..6404eb2 100644 --- a/deps.ts +++ b/deps.ts @@ -14,7 +14,7 @@ export { } from "https://deno.land/std@0.193.0/http/mod.ts"; export { extract as frontMatter } from "https://deno.land/std@0.193.0/front_matter/any.ts"; -export * as gfm from "https://deno.land/x/gfm@0.2.5/mod.ts"; +export * as gfm from "https://deno.land/x/gfm@0.6.0/mod.ts"; export { Fragment, h } from "https://deno.land/x/htm@0.1.3/mod.ts"; export { default as html,