Skip to content

Instantly share code, notes, and snippets.

@fritz-c
Created March 3, 2022 15:37
Show Gist options
  • Save fritz-c/e37c27ca7403b1dcb14f391d038ef101 to your computer and use it in GitHub Desktop.
Save fritz-c/e37c27ca7403b1dcb14f391d038ef101 to your computer and use it in GitHub Desktop.
Code blocks in markdown lists

Code blocks outside of list item children

  1. My list item
my block of code
  1. Other list item
my other block of code

Code blocks as list item children

  1. My list item

    my block of code
    
  2. Other list item

    my other block of code
    
  3. One more list item

just top line of code block indented doesn't work :(

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