Skip to content

Commit

Permalink
fix: boards markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta committed Mar 15, 2023
1 parent 1c12eba commit edc5732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export class ListItemRenderer<T extends ArduinoComponent> {
}
return `${title}\n\n____${content}\n\n____\n${TopicLabel}: \`${item.category}\``;
}
return `\n\n${title}${summary}\n\n - ${description
return `${title}\n\n____\n\n${summary}\n\n - ${description
.split(',')
.join('\n - ')}`;
}
Expand Down

0 comments on commit edc5732

Please sign in to comment.