From 0ac89b0154ac3955a9222f57bb346ed16ef862d2 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 24 Aug 2025 11:49:58 -0700 Subject: [PATCH] content: Replace inline URLs with autolinks --- .markdownlint-cli2.yaml | 2 +- content/en/hugo-modules/introduction.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 1ededafd0..c8f5b7bd3 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -77,7 +77,7 @@ config: full: true inline: true shortcut: true - url_inline: true + url_inline: false MD055: style: consistent MD056: true diff --git a/content/en/hugo-modules/introduction.md b/content/en/hugo-modules/introduction.md index b45607dc0..8daacf249 100644 --- a/content/en/hugo-modules/introduction.md +++ b/content/en/hugo-modules/introduction.md @@ -12,8 +12,8 @@ Modules are combinable in any arrangement, and external directories (including t Some example projects: -[https://github.com/bep/docuapi](https://github.com/bep/docuapi) + : A theme that has been ported to Hugo Modules while testing this feature. It is a good example of a non-Hugo-project mounted into Hugo's directory structure. It even shows a JS Bundler implementation in regular Go templates. -[https://github.com/bep/my-modular-site](https://github.com/bep/my-modular-site) + : A simple site used for testing.