From 4e1dfc5a0f441f3464aa31e8aef8f5048ff07bea Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Mon, 4 Nov 2024 17:04:24 +0000 Subject: [PATCH] update gfm module to fix #154 --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index e47d6fc..d10e46c 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 "jsr:@deno/gfm@0.10.0"; export { Fragment, h } from "https://deno.land/x/htm@0.1.3/mod.ts"; export { default as html,