Skip to content

Bullets are not showing #18

Description

@mandolyte

Here is my source:

- bullet
- bullet
- bullet

Here is an image as rendered by the hugo server:
image

If I indent the above lines, then they do show. In other words, here is indented source:

        - bullet
        - bullet
        - bullet

Here is the result and the bullets are showing:
image

The generated HTML looks ok:

<ul>
<li>bullet</li>
<li>bullet</li>
<li>bullet</li>
</ul>

So I'm guessing it is a CSS issue??

Note also that ordered lists work fine... so I'll stick to numbers for now instead of bullets.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions