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
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/>