Skip to content

Instantly share code, notes, and snippets.

@patrickarlt
Created April 29, 2020 20:32
Show Gist options
  • Save patrickarlt/aec51632cca1ba760977ab6298527770 to your computer and use it in GitHub Desktop.
Save patrickarlt/aec51632cca1ba760977ab6298527770 to your computer and use it in GitHub Desktop.

Layout Issues

  1. <MoreInfo> spacing in unordered list followed by text...

    Test

    Paragraph after

  2. <MoreInfo> spacing in unordered list, followed by code...

    Test

    // code after
  3. <MoreInfo> spacing in unordered list, nothing after...

    Test

  4. Nested ordered lists. Do they look right?

    1. first
    2. second
    3. third
  5. Unordered list inside ordered lists. Do they look right?

    • first
    • second
    • third
  6. Unordered list inside ordered lists. Do they look right?

    • first
    • second
    • third

    Text after unordered list

  7. Unordered list inside ordered lists. Do they look right?

    1. first
    2. second
    3. third

    Text after ordered list

  8. Deeply nested lists

    1. first
    2. second (The unordered list below this looks wrong)
      • first
      • second
      • third
    3. third
      • first
      • second
      • third
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment