mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 17:54:41 -04:00
fix: use shorter image URL to make it easier to read (#1835)
This commit is contained in:
parent
de5fa7b304
commit
301379fc33
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user