diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue
index 596b131280..e880bd9401 100644
--- a/src/components/NcListItem/NcListItem.vue
+++ b/src/components/NcListItem/NcListItem.vue
@@ -33,7 +33,7 @@
:counter-number="44"
counterType="highlighted">
-
+
In this slot you can put both text and other components such as icons
@@ -62,7 +62,7 @@
:counter-number="44"
counterType="outlined">
-
+
In this slot you can put both text and other components such as icons
@@ -89,7 +89,7 @@
:active="true"
:counter-number="44">
-
+
In this slot you can put both text and other components such as icons
@@ -121,7 +121,7 @@
:counter-number="44"
counterType="highlighted">
-
+
In this slot you can put both text and other components such as icons
@@ -146,7 +146,7 @@
:counter-number="44"
counterType="outlined">
-
+
In this slot you can put both text and other components such as icons
@@ -170,7 +170,7 @@
:details="'1h'"
:counter-number="44">
-
+
In this slot you can put both text and other components such as icons
@@ -191,7 +191,7 @@
:name="'Name of the element'"
:bold="false">
-
+
In this slot you can put both text and other components such as icons
@@ -220,7 +220,7 @@
:bold="false"
:details="'1h'">
-
+
In this slot you can put both text and other components such as icons
@@ -248,66 +248,77 @@
```
### NcListItem compact mode
-```
-
-
-
-
-
-
- This one is with subname
-
-
-
- Button one
-
-
- Button two
-
-
-
-
-
-
-
-
-
-
-
-
-
- This one is with subname
-
-
-
- Button one
-
-
- Button two
-
-
-
-
-
-
-
-
- This one is with an external link
-
-
-
+```vue
+
+
+
+
+
+
+
+ This one is with subname
+
+
+
+ Button one
+
+
+ Button two
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This one is with subname
+
+
+
+ Button one
+
+
+ Button two
+
+
+
+
+
+
+
+
+ This one is with an external link
+
+
+