Skip to content

Commit

Permalink
pin lume_markdown_plugins to v0.5.1 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbouh committed Mar 22, 2024
1 parent 4372ec7 commit 9d9bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import feed from "lume/plugins/feed.ts";
import codeHighlight from "lume/plugins/code_highlight.ts";
import lang_javascript from "https://unpkg.com/@highlightjs/cdn-assets@11.6.0/es/languages/javascript.min.js";
import lang_bash from "https://unpkg.com/@highlightjs/cdn-assets@11.6.0/es/languages/bash.min.js";
import toc from "https://deno.land/x/lume_markdown_plugins/toc.ts";
import toc from "https://deno.land/x/lume_markdown_plugins@v0.5.1/toc.ts";

import * as esbuild from "https://deno.land/x/esbuild@v0.17.2/mod.js";

Expand Down

0 comments on commit 9d9bbbd

Please sign in to comment.