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

CSS-Styling for nested lists #155

Open
Perangelot opened this issue Jul 28, 2022 · 0 comments
Open

CSS-Styling for nested lists #155

Perangelot opened this issue Jul 28, 2022 · 0 comments

Comments

@Perangelot
Copy link

CSS-Styling for nested list does not work. For example,

1. One
  1. One.One
2. Two

does not create

1. One
  a. One.a
2. Two

if the external .css fille contains

  ol ol {
      list-style-type: lower-alpha;
  }

Adding

#+HTML_HEAD: <style type="text/css">
#+HTML_HEAD:  ol ol { list-style-type: lower-alpha; }
#+HTML_HEAD: </style>
1. One
  a. One.a
2. Two

does not work either. Both ways work for classical html export. Any ideas?

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

1 participant