You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/syntax.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -497,7 +497,7 @@ This shows on the left
497
497
This shows on the right
498
498
```
499
499
500
-
You can also explicitly specify the default slot and provide in the custom order
500
+
You can also explicitly specify the default slot and provide in the custom order.
501
501
502
502
```md
503
503
---
@@ -666,7 +666,7 @@ This page is from another file
666
666
667
667
### Frontmatter Merging
668
668
669
-
You can provide frontmatters from both your main entry and external markdown pages. If there are the same keys in them, the ones from the **main entry have the higher priority**. For example
669
+
You can provide frontmatters from both your main entry and external markdown pages. If there are the same keys in them, the ones from the **main entry have the higher priority**. For example:
670
670
671
671
`slides.md` :
672
672
@@ -750,4 +750,4 @@ The **default** slot
750
750
::
751
751
```
752
752
753
-
Learn more about [the syntax](https://content.nuxt.com/guide/writing/mdc).
753
+
Learn more about [MDC Syntax](https://content.nuxt.com/guide/writing/mdc).
0 commit comments