Nested list elements don't convert properly #3
Comments
I have attached a sequence of screenshots showing:
Here is a snipit of my markdown that is used in the screenshots:
It's interesting that markdown uses indenting to determine nesting while Jira uses multiple symbols:
versus
The markdown is much easier to read, which, of course, is the point. The current markdown2confluence preserves indenting but does not do the correct markup. I did a test and the Jira markup still works indented! So it looks like the only change (!) is to track the indenting and put the right number of * or # and they can remain in the first column. This produces correct results:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nested list should convert to --, ---, etc.
The text was updated successfully, but these errors were encountered: