I'm a longtime user of MLO (over 10 years) and really want proper markdown support. From what I can see, MLO only has partial support for markdown and no ability to customize it. What are the plans to improve this?
into MLO and see the output, then you will notice that many formats are missing or poorly interpreted.
- Bullet points do not follow standard conventions
- No support for tables
- The source code blocks are pretty ugly in comparison (and something that I really want to look nice)
If I am going to take the time to write notes in markdown, then I
really want it to look nice and add value. At a bare minimum, bullet
points should work reliably.
I would also like the ability to customize the look and feel by adding a cascading style sheet. The code block issue could easily be fixed by allowing users to override the CSS. The markdown plugin for Notepad++ offers much more functionality in this regard.
There is also a funny bug: When you have scrolling markdown, then the scroll wheel only scrolls about a half a line as a time (making scrolling very painful). When the field is plaintext, then the window scrolls correctly (3-4 lines at a time).