content: Replace inline URLs with autolinks

This commit is contained in:
Joe Mooring
2025-08-24 11:49:58 -07:00
committed by GitHub
parent 54fad1e017
commit 0ac89b0154
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ config:
full: true
inline: true
shortcut: true
url_inline: true
url_inline: false
MD055:
style: consistent
MD056: true
+2 -2
View File
@@ -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)
<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)
<https://github.com/bep/my-modular-site>
: A simple site used for testing.