We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 in post. I tested rdiscount, redcarpet, kramdown
by the way, it works well on jekyll-commonmark
The text was updated successfully, but these errors were encountered:
Hi @noizbuster,
I don't understand what is your problem, can you attach a screenshot or a traceback?
Thanks
Sorry, something went wrong.
oh.. that was my mistake. It only happens when I try to use the rdiscount
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
I think this is as close as you can get; Markdown doesn't support the "1.1.1" type list you wanted
No branches or pull requests
Nested lists don't work in post.
I tested rdiscount, redcarpet, kramdown
by the way, it works well on jekyll-commonmark
The text was updated successfully, but these errors were encountered: