fix: shortcodes article example

This commit is contained in:
Charles Chin 2024-04-12 10:04:18 +08:00
parent a145cf56c8
commit 1e50971639
No known key found for this signature in database
GPG key ID: 6A9279328406FB6C
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/>