Skip to content

Instantly share code, notes, and snippets.

@DanKaplanSES
Last active January 13, 2024 04:11
Show Gist options
  • Save DanKaplanSES/a5c88f1b2fb9a061791a9cec5ced8bfa to your computer and use it in GitHub Desktop.
Save DanKaplanSES/a5c88f1b2fb9a061791a9cec5ced8bfa to your computer and use it in GitHub Desktop.
How do you start a markdown list at 10 or greater when the first element is multi-lined? (Click the "Raw" button to view source.)
  1. item

  2. item

    item

  3. item

  4. item

    This is some typescript code:
    
    function fn(a: string) {
      console.log(a);
    }
  5. item

This line is outside of any list

  1. item

    item

  2. item

  3. item

    item

  4. item

  5. item

    item

This line is outside of any list.

  1. item

item

  1. item

    item

  2. item

    item

@DanKaplanSES
Copy link
Author

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