Skip to content

Commit edc5732

Browse files
author
Akos Kitta
committed
fix: boards markdown
Signed-off-by: Akos Kitta <[email protected]>
1 parent 1c12eba commit edc5732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/widgets/component-list/list-item-renderer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export class ListItemRenderer<T extends ArduinoComponent> {
218218
}
219219
return `${title}\n\n____${content}\n\n____\n${TopicLabel}: \`${item.category}\``;
220220
}
221-
return `\n\n${title}${summary}\n\n - ${description
221+
return `${title}\n\n____\n\n${summary}\n\n - ${description
222222
.split(',')
223223
.join('\n - ')}`;
224224
}

0 commit comments

Comments
 (0)