Created attachment 116299 [details] markdown file that renders incorrectly Okular's markdown backend doesn't display lists correctly. Steps to reproduce: 1. Open attached "test.md" file in Okular. Result: The lists display all on a single line and the bullet character isn't used. Expected result: The lists should display as lists with bullets instead of asterisks/hyphens. SOFTWARE/OS VERSIONS OS: KDE neon 5.14 KDE Plasma Version: 5.14.3 KDE Frameworks Version: 5.52.0 Qt Version: 5.11.2
Created attachment 116300 [details] example of correct markdown rendering For comparison, here is the attached test file rendered in Typora (https://typora.io/).
I'm going to close this this as "NOT A BUG". The problem with Markdown is that it's basically broken. See https://goo.gl/sg9rXY for the 12 different ways the file you posted can be rendered by different markdown renderers, as far as i can see we render like other 8 implementations (seems to be item #1) so we are "relatively standard" as far as rendering markdown.
Seems like a bizarre way to render a list, and difficult to read. I'll file a feature request instead.
Okay, so I discovered that the list items display on individual lines with bullet glyphs if I add a blank line before the group of list items. I will presume this is the intended behavior and update my markdown files accordingly.