Skip to content

Commit 4f5155d

Browse files
committed
formatting
1 parent dfd0ad9 commit 4f5155d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

playground/docus/content/1.getting-started/7.essentials/1.components.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: Markdown Components
3-
description: Use Markdown components to help you structure your content, with
4-
the help of Nuxt UI Pro.
3+
description: Use Markdown components to help you structure your content, with the help of Nuxt UI Pro.
54
navigation:
65
icon: i-lucide-component
76
title: Components
87
---
98

10-
Prose components are replacements for HTML typography tags. They provide a simple way to customize your UI when using Markdown.
9+
Prose components are replacements for HTML typography tags. They provide a simple way to customize your UI when using Markdown.2
1110

1211
**Docus and Nuxt UI Pro** provides a set of styled and beautiful prose components to help you write your documentation using the [MDC syntax](https://content.nuxt.com/docs/files/markdown#mdc-syntax).
1312

@@ -319,9 +318,8 @@ A `field`is a prop or parameter to display in your content. You can group them b
319318
Use the `icon` component to display an [Icon](https://ui.nuxt.com/components/icon) in your content.
320319

321320
::code-preview
322-
:icon{name="i-simple-icons-nuxtdotjs"}
323-
324-
321+
:::icon{name="i-simple-icons-nuxtdotjs"}
322+
:::
325323

326324
#code
327325
```mdc

0 commit comments

Comments
 (0)