Skip to content

Instantly share code, notes, and snippets.

@ConnorWGarvey
Last active January 26, 2024 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ConnorWGarvey/e71c3bca0cd5e2b50befe62491b96a60 to your computer and use it in GitHub Desktop.
Save ConnorWGarvey/e71c3bca0cd5e2b50befe62491b96a60 to your computer and use it in GitHub Desktop.
Indented list line break example

Line breaks using backslashes

* List item
    * Indented list item 1\
      item 1 line two\
      item 1 line three
    * Indented list item 2
  • List item
    • Indented list item 1
      item 1 line two
      item 1 line three
    • Indented list item 2

Line breaks using two spaces

* List item
    * Indented list item 1  
      item 1 line two  
      item 1 line three
    * Indented list item 2
  • List item
    • Indented list item 1
      item 1 line two
      item 1 line three
    • Indented list item 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment