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

Nesting #3

Closed
fulldecent opened this issue Jul 21, 2020 · 1 comment · Fixed by #4
Closed

Nesting #3

fulldecent opened this issue Jul 21, 2020 · 1 comment · Fixed by #4
Assignees
Labels
enhancement New feature or request

Comments

@fulldecent
Copy link

Please support nesting for ul/li.

  <li>Top level
    <ul>
      <li>Inside</li>
    </ul>
  </li>

Current render:

Screen Shot 2020-07-20 at 23 26 47

@ruanmartinelli
Copy link
Owner

Thanks for the heads up! I'll take a look 👍

@ruanmartinelli ruanmartinelli self-assigned this Jul 22, 2020
@ruanmartinelli ruanmartinelli added the enhancement New feature or request label Jul 22, 2020
@ruanmartinelli ruanmartinelli linked a pull request Jul 22, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants