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

Nested lists don't work #33

Closed
noizbuster opened this issue Jan 7, 2016 · 3 comments
Closed

Nested lists don't work #33

noizbuster opened this issue Jan 7, 2016 · 3 comments

Comments

@noizbuster
Copy link

Nested lists don't work in post.
I tested rdiscount, redcarpet, kramdown

by the way, it works well on jekyll-commonmark

@oscarmcm
Copy link
Member

oscarmcm commented Jan 7, 2016

Hi @noizbuster,

I don't understand what is your problem, can you attach a screenshot or a traceback?

Thanks

@noizbuster
Copy link
Author

image

oh.. that was my mistake.
It only happens when I try to use the rdiscount

@oscarmcm
Copy link
Member

I think this is a problem with your markdown compiler and not with the theme directly. Check if ruby and jekyll is correctly instaled

btw nested list

1. Dog
    1. German Shepherd
    2. Belgian Shepherd
        1. Malinois
        2. Groenendael
        3. Tervuren
2. Cat
    1. Siberian
    2. Siamese

Will produce something like this

  1. Dog
    1. German Shepherd
    2. Belgian Shepherd
      1. Malinois
      2. Groenendael
      3. Tervuren
  2. Cat
    1. Siberian
    2. Siamese

I think this is as close as you can get; Markdown doesn't support the "1.1.1" type list you wanted

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

2 participants