fix(docs): built-in shortcodes tweet on hugo 0.62.0 error
This commit is contained in:
@@ -142,12 +142,12 @@ The rendered output looks like this:
|
||||
Example `tweet` input:
|
||||
|
||||
```markdown
|
||||
{{</* tweet user=GoHugoIO id=917359331535966209 */>}}
|
||||
{{</* tweet 917359331535966209 */>}}
|
||||
```
|
||||
|
||||
The rendered output looks like this:
|
||||
|
||||
{{< tweet user=GoHugoIO id=917359331535966209 >}}
|
||||
{{< tweet 917359331535966209 >}}
|
||||
|
||||
## 8 vimeo
|
||||
|
||||
|
||||
@@ -147,12 +147,12 @@ The rendered output looks like this:
|
||||
Example `tweet` input:
|
||||
|
||||
```markdown
|
||||
{{</* tweet user=GoHugoIO id=917359331535966209 */>}}
|
||||
{{</* tweet 917359331535966209 */>}}
|
||||
```
|
||||
|
||||
The rendered output looks like this:
|
||||
|
||||
{{< tweet user=GoHugoIO id=917359331535966209 >}}
|
||||
{{< tweet 917359331535966209 >}}
|
||||
|
||||
## 8 vimeo
|
||||
|
||||
|
||||
@@ -143,12 +143,12 @@ For more information please have a look at GitHub issue [#7879](https://github.c
|
||||
一个 `tweet` 示例:
|
||||
|
||||
```markdown
|
||||
{{</* tweet user=GoHugoIO id=917359331535966209 */>}}
|
||||
{{</* tweet 917359331535966209 */>}}
|
||||
```
|
||||
|
||||
呈现的输出效果如下:
|
||||
|
||||
{{< tweet user=GoHugoIO id=917359331535966209 >}}
|
||||
{{< tweet 917359331535966209 >}}
|
||||
|
||||
## 8 vimeo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user