From 03a1a7224ea5c1770d6bcd086ef98e76842e5f87 Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Fri, 24 Oct 2025 20:57:41 +0200 Subject: [PATCH] chore: new url for remark loader contrib -> main --- src/content/loaders/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/loaders/index.mdx b/src/content/loaders/index.mdx index 2cd5b38042d9..28f349ec9887 100644 --- a/src/content/loaders/index.mdx +++ b/src/content/loaders/index.mdx @@ -46,7 +46,7 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements, - [`handlebars-loader`](https://github.com/pcardune/handlebars-loader) Compiles Handlebars to HTML - [`markup-inline-loader`](https://github.com/asnowwolf/markup-inline-loader) Inline SVG/MathML files to HTML. It’s useful when applying icon font or applying CSS animation to SVG. - [`twig-loader`](https://github.com/zimmo-be/twig-loader) Compiles Twig templates and returns a function -- [`remark-loader`](https://github.com/webpack-contrib/remark-loader) Load markdown through `remark` with built-in image resolution +- [`remark-loader`](https://github.com/webpack/remark-loader) Load markdown through `remark` with built-in image resolution ## Styling