Markdown renders as single line in some cases #75
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli#75
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some Markdown content gets rendered as a single line because standard Markdown doesn't add line breaks without extra spaces. This doesn't look good in the dashboard. Need to find a solution that doesn't require imposing stricter rules on Markdown creation - perhaps a rendering option or CSS fix.