OneMore
OneMore copied to clipboard
Improve MarkdownWriter
- Try to handle nested tables
- Better detection of code blocks
- #978
.... and do indented lists. The markdown flattens indentation.
@jasonjac2 Can you give me an example? Because this:
should result in this:
And this:
will result in this:
Ah, I think it is because I don't use bullet lists normally, mine are like:
Results in:
JAC Work Unsorted Todo's
Top 10
Top level
Level 2
Level3
Level 2
Top Level
So I guess you could say it is doing it correctly, but maybe better to have an option (settings) to have implicit bullets based on indentation?
OK that is a problem then. It should add > and >> and >>> ... prefixes for indented paragraphs
It seems to fail also:
where I included bullets, but not at the top leve.