Skip to content

Commit 9d9bbbd

Browse files
authored
pin lume_markdown_plugins to v0.5.1 (#309)
1 parent 4372ec7 commit 9d9bbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import feed from "lume/plugins/feed.ts";
66
import codeHighlight from "lume/plugins/code_highlight.ts";
77
import lang_javascript from "https://unpkg.com/@highlightjs/[email protected]/es/languages/javascript.min.js";
88
import lang_bash from "https://unpkg.com/@highlightjs/[email protected]/es/languages/bash.min.js";
9-
import toc from "https://deno.land/x/lume_markdown_plugins/toc.ts";
9+
import toc from "https://deno.land/x/lume_markdown_plugins@v0.5.1/toc.ts";
1010

1111
import * as esbuild from "https://deno.land/x/[email protected]/mod.js";
1212

0 commit comments

Comments
 (0)