Skip to content

Instantly share code, notes, and snippets.

@ZogStriP
Created March 5, 2024 13:47
Show Gist options
  • Save ZogStriP/a6af6ef9bcaba724e4b8243e1a5b16b8 to your computer and use it in GitHub Desktop.
Save ZogStriP/a6af6ef9bcaba724e4b8243e1a5b16b8 to your computer and use it in GitHub Desktop.

Unordered lists

  • a
    • b
      • c
      • d
        • e
    • f
    • f
  • h

Empty list?

sdfsdf

The fuck?

  • item 1
  • item 2 - item 3
    • item 4
    • this one is a paragraph continuation this one is a paragraph continuation this one is a paragraph continuation

How about this?

- a

* a

How about this?

  • a

  • b nope

  • c

  • a

  • b

    yes 💥
    
  • c

this is wild 😮

  • a - nope

but

  • a

                    - yes
    

Not unordered lists

- a + b * c - d + e - f * f - h

Ordered lists

  1. a
  2. b
  1. c

  2. efg

    yes `"4000) ".length + 4`
    
  3. a

  4. b

  1. c
  1. d 5) sdfdsf
  2. helo

How about this?

  1. foobar nope
  2. sdfsfsd
  • foobar nope

BBCode

[code]some inline code[/code] - [code] some block code [/code]

Inline

some inline code

before some inline code after

some block code
        another 
                               block 
               of
       amazing
    code
that's also a code block?
                     how far does it go?



                          wat

<- less than 4 spaces will break the code block

        foo bar

Fences

dsfkljsdfjkdsfdsklfjkdlsjf

⚠️ Not a code block

zero one two three four five six seven eight nine ten

zero lots

zero

code

[code]this is a new line but how about this?[/code]

[code]
this is a new line but how about this? [/code]

[code]
this is a new line but how about this?
[/code]

How about a non-closed [code] block

sdjfljdsfh

And this one `lskdgjfksdlgjkdsf

is this working on two lines?

What about now?

skldjfkldsjkfljdslkf

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