Skip to content

Commit

Permalink
update gfm module to fix #154
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Nov 4, 2024
1 parent d251507 commit 4e1dfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export {
} from "https://deno.land/[email protected]/http/mod.ts";
export { extract as frontMatter } from "https://deno.land/[email protected]/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/[email protected]/mod.ts";
export {
default as html,
Expand Down

0 comments on commit 4e1dfc5

Please sign in to comment.