docs: fix typos
parent
6d70e1863a
commit
ac8653a141
|
@ -13,12 +13,12 @@ Include shortcode can include files of different types. By specifying a language
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
|
|
||||||
| Name | Usage | default |
|
| Name | Usage | default |
|
||||||
| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------- |
|
| -------- | ----------------------------------------------------------------------------------------------------------------------------------- | --------------- |
|
||||||
| file | path to the included file relative to the hugo root | undefined |
|
| file | path to the included file relative to the Hugo root | undefined |
|
||||||
| language | language for [syntax highlighting](https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages) | undefined |
|
| language | language for [syntax highlighting](https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages) | undefined |
|
||||||
| type | special include type (`html,page`) | undefined |
|
| type | special include type (`html,page`) | undefined |
|
||||||
| options | highlighting [options](https://gohugo.io/content-management/syntax-highlighting/#highlight-shortcode) | linenos=table |
|
| options | highlighting [options](https://gohugo.io/content-management/syntax-highlighting/#highlight-shortcode) | `linenos=table` |
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue