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

Not parsing nested lists correctly #75

Closed
jrmiller82 opened this issue Dec 10, 2017 · 3 comments
Closed

Not parsing nested lists correctly #75

jrmiller82 opened this issue Dec 10, 2017 · 3 comments

Comments

@jrmiller82
Copy link

See issue in downstream:

go-gitea/gitea#3122

- bullet 1
  - sub bullet

Should render something like:

<ul>
  <li>bullet 1</li>
  <ul>
    <li>sub bullet</li>
  </ul>
</ul>
@NateScarlet
Copy link

Should be duplicated with #3

@curiouslychase
Copy link
Owner

Sorry for the late reply, but this will be fixed in the release I'm currently working on. Here's a preview of the snapshot generated for deeply nested lists.

@curiouslychase
Copy link
Owner

I had a branch I was getting ready to PR into Hugo this week that fixed this, but it looks like @niklasfasching PR'ed a new org parser, so I'm closing all the issues here, deprecating and archiving goorgeous.

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

No branches or pull requests

3 participants