Skip to content

Explain that lists and bullets require empty line before #46

Description

@andrewholgate

When using markdown in the real world, one common and frustrating issue when using bullets and lists is that a blank line is not left before the list - this causes them to fail to render correctly.

For lesson 6, it would be valuable to explain this as well as have an exercise to test this much needed markdown knowledge.

Example which doesn't render

Markdown:

Here are your bullets, sir:
- Lead
- Jacketed lead
- Hard Cast
- Blank

Rendered markdown:

image

Example which renders

Markdown:

Here are your bullets, sir:

- Lead
- Jacketed lead
- Hard Cast
- Blank

Rendered Markdown:

image

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