Skip to content

Conversation

rhysd
Copy link

@rhysd rhysd commented Feb 27, 2018

Problem

At first, create file as follows:

- item
  - nested

And run markdown2confluence.

I expected

* item
** nested

but actually got

* item* nested

It looked broken.

Solution

So I fixed the renderer code handling the nested list by looking the head of each line in list items. Now it returns expected output.

@mihaeu
Copy link

mihaeu commented Nov 13, 2019

Can we get this merged please?

@mihaeu
Copy link

mihaeu commented Nov 13, 2019

Actually nevermind, this breaks a lot of other use cases. Fix should be done using listitem I believe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants