mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Invalid new lines in Markdown description #117
Reference in New Issue
Block a user
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?
Originally created by @SohnyBohny on GitHub (Jul 4, 2021).
In the latest 1.0.0-beta version the Markdown formatting doesn't look like it should.
Here is a screenshots of the Markdown copied from the Card with markdown description to my instance (running
1.0.0-betadocker tag).Expand Screenshot 🖱️
How it should look 🖱️
On your demo instance it looks good (same browser). So I wonder which version you are running there. As far as I see 1.0.0-beta should be up-to-date with master.
@mottosso commented on GitHub (Jul 10, 2021):
Putting these side-by-side to get a better sense of what the differences are.
Unordered Lists
But they didn't show the issues I'm experiencing, which are huge newlines in unordered lists.
Also using the current 1.0.0-beta Docker image.
I'll let GitHub format these as an example of what I'm expecting.
Expected
A collections of great resources.
EDIT: On second thought, yes they do show up in the original two comparison images!