mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
fix: use shorter image URL to make it easier to read (#1835)
This commit is contained in:
@@ -15,7 +15,6 @@ menu:
|
||||
|
||||
{{< new-in "0.62.0" >}} Note that this is only supported with the [Goldmark](/getting-started/configuration-markup#goldmark) renderer.
|
||||
|
||||
|
||||
You can override certain parts of the default Markdown rendering to HTML by creating templates with base names `render-{kind}` in `layouts/_default/_markup`.
|
||||
|
||||
You can also create type/section specific hooks in `layouts/[type/section]/_markup`, e.g.: `layouts/blog/_markup`.{{< new-in "0.71.0" >}}
|
||||
@@ -101,7 +100,7 @@ Here is a code example for how the render-link.html template could look:
|
||||
### Image Markdown example:
|
||||
|
||||
```md
|
||||

|
||||

|
||||
```
|
||||
|
||||
Here is a code example for how the render-image.html template could look:
|
||||
|
||||
Reference in New Issue
Block a user