We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c12eba commit edc5732Copy full SHA for edc5732
arduino-ide-extension/src/browser/widgets/component-list/list-item-renderer.tsx
@@ -218,7 +218,7 @@ export class ListItemRenderer<T extends ArduinoComponent> {
218
}
219
return `${title}\n\n____${content}\n\n____\n${TopicLabel}: \`${item.category}\``;
220
221
- return `\n\n${title}${summary}\n\n - ${description
+ return `${title}\n\n____\n\n${summary}\n\n - ${description
222
.split(',')
223
.join('\n - ')}`;
224
0 commit comments