-
Notifications
You must be signed in to change notification settings - Fork 62
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
Any interest in having different menu styling for different header levels? #28
Comments
That would make a lot of sense, I'd be interested. Are you proposing a PR or requesting one? :) |
Whoever :) I may take a shot at it if I have time. |
I know this is an old post, but I found and was wanting the exact same thing - further indentation/css styling of the heading levels within a single markdown page, when its represented in the left nav bar. I'm sure this is not the best / most extensible way to do it, but it worked for me so figured I'd post here in case anyone else's needs the same. It took me a while to realize you can't get it done with a customization of the nav-pane.html or nav-item.html, because the child items of a page in the nav bar aren't actually being rendered in those templates, but rather are being added dynamically within the JS afterward during page load. So here's the steps I did...
Hope it helps someone else. (and PS: Not sure who to thank - BUT THANKS for the Windmill Theme - exactly what I was looking for, very clean - great theme! Appreciated). |
It would be nice to distinguish header levels in the menu, at least for H1-H3, by different indentation levels or styling.
Any interest in a PR to support this?
Thanks,
-- Chad
The text was updated successfully, but these errors were encountered: