mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
content: Replace inline URLs with autolinks
This commit is contained in:
@@ -77,7 +77,7 @@ config:
|
||||
full: true
|
||||
inline: true
|
||||
shortcut: true
|
||||
url_inline: true
|
||||
url_inline: false
|
||||
MD055:
|
||||
style: consistent
|
||||
MD056: true
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user