UwU
    uwu
    What
    Youtube
    StreamsNone
    SocialsNone
    uwuowouvu
    checkthisout!neat.
    Even image alts work!

    Text blocks

    This is a link

    This is an external link

    This is a local link

    This is a missing local link

    Quote blocks

    Markdown

    This is a simple one line quote written in markdown

    This is a 2 line quote written in markdown without any newlines.

    This is a 2 line quote with a
    2 space newline, written in markdown

    This is a one line quote written in markdown with a blame!

    This is a 2 line quote written in markdown
    with a blame.

    I have a gradient!

    I have a gradient and a blame!

    I am a very long quote.
    Or rather, I am not that long.
    I just have a lot of short lines.
    Does that still make me a long quote?
    I mean it must, I have been talking for a while.
    Although this shouldn’t make a difference. I could be talking for quite a while, and this should look just right.

    HTML

    This is a single line quote written in HTML
    This is a multi line quote
    Written in html
    This is a blamed quote!
    This is a blamed gradient quote!
    This is a really long HTML quote.
    Or rather, it is a HTML tag in markdown!
    does that make it markdown? html?
    technically markdown considers it to just be text.
    it is only browsers that think the text can be interpreted as HTML.
    technically, to anything else, this is no different from just text.
    I guess this can say many things about perspective or...
    maybe about how information can hide meaning.
    But I am bad at that sort of stuff.
    Adding br tags in these is getting infuriating.

    Code blocks

    Markdown

    Simple code highlight

    meow meow meow meow meow meow

    Simple code fence, with no information.

    plaintext
    while true do
        print("uwu")
    end
    

    Code block with language definition.

    lua
    while true do
        print("uwu")
    end
    

    Code block with language definition and “data-lang” injection.

    lua
    while true do
        print("uwu")
    end
    

    Liquid

    Code block using the highlight tag, note that this REQUIRES a language to be specified, otherwise Jekyll literally crashes.

    lua
    while true do
        print("uwu")
    end

    Code block using the highlight tag with line numbers

    lua
    1
    2
    3
    
    while true do
        print("uwu")
    end
    

    Tables

    Header1 Header2 Header3        
    Table cell Table cell Table cell Table cell Table cell Table cell Table cell
    Table cell Table cell Table cell Table cell Table cell Table cell Table cell