Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nested list items #24

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open

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