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 bullet points do not render correctly #148

Open
blakeearth opened this issue Mar 25, 2019 · 1 comment
Open

Nested bullet points do not render correctly #148

blakeearth opened this issue Mar 25, 2019 · 1 comment

Comments

@blakeearth
Copy link

In the current cowyo version, the following Markdown does not render correctly; it instead displays linearly, i.e. there aren't any indentations for the bullet points.

## Table of Contents
- Spring 2019
  - Computer Networks
    - Classwork
    - Homework
      - Homework Assignment

I am able to resolve this by omitting the following CSS rule in defaults.css:

.markdown-body ul, .markdown-body ol {
    padding-left: 0em;
}

However, this also affects the header (i.e. with drop-down menus) since they both seem to be affected by the ul selector. Would it be beneficial to separate the Markdown body from this header element?

@blakeearth
Copy link
Author

A completely unrelated comment: after seeing rwtxt, I will likely switch to use it. Thanks!

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