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

ordered list inside unordered list #8

Closed
en9inerd opened this issue Jan 28, 2017 · 1 comment
Closed

ordered list inside unordered list #8

en9inerd opened this issue Jan 28, 2017 · 1 comment

Comments

@en9inerd
Copy link

Hello @benbalter !
I have problem that is related to ordered list inside unordered list. All numbers inside <ul></ul> tags are replaced by shift operators because rule ul li:before in _sass/jekyll-theme-hacker.scss applies to all li.
For example,
input:

Test

- bla bla bla
- bla bla bla
   1. bla bla bla
   2. bla bla bla
   3. bla bla bla
- bla bla bla
- bla bla bla

Test

output:
list

How to fix it?

@benbalter
Copy link
Contributor

@p0gr0mist I believe you discovered the solution via #7 (comment). That is a stylistic choice of the theme author.

brytsknguyen pushed a commit to ntu-aris/caric that referenced this issue Jun 11, 2023
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