Merge pull request #1408 from eallion/fix/shortcodes-article

fix: shortcodes article example
This commit is contained in:
Nuno Coração 2024-04-12 11:55:22 +01:00 committed by GitHub
commit 4135bd4d5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -77,10 +77,10 @@ This is an error!
**Example:**
```md
{{</* article link="/docs/welcome/" */>}}
{{</* article link="/it/docs/welcome/" */>}}
```
{{< article link="/docs/welcome/" >}}
{{< article link="/it/docs/welcome/" >}}
<br/><br/><br/>

View file

@ -77,10 +77,10 @@ This is an error!
**Example:**
```md
{{</* article link="/docs/welcome/" */>}}
{{</* article link="/ja/docs/welcome/" */>}}
```
{{< article link="/docs/welcome/" >}}
{{< article link="/ja/docs/welcome/" >}}
<br/><br/><br/>

View file

@ -77,10 +77,10 @@ This is an error!
**例如:**
```md
{{</* article link="/docs/welcome/" */>}}
{{</* article link="/zh-cn/docs/welcome/" */>}}
```
{{< article link="/docs/welcome/" >}}
{{< article link="/zh-cn/docs/welcome/" >}}
<br/><br/><br/>