Lorem Ipsum: Test Page


TEST FOR GITHUB ACTION

View Page Source

Testing Inlines:
Normal text - italic text - bold text
I am a link

Pay attention to me

1 * 2 * 3 = 3!
https://www.youtube.com/watch?v=dQw4w9WgXcQ - Link is automatically generated
A quote
Newlines should intuitively
be preserved...



Testing list

Checking for Syntax Highlighting:
#include <stdio.h>

float Q_rsqrt( float number )
{
    long i;
    float x2, y;
    const float threehalfs = 1.5F;

    x2 = number * 0.5F;
    y  = number;
    i  = * ( long * ) &y;                       // evil floating point bit level hacking
    i  = 0x5f3759df - ( i >> 1 );               // what the fuck? 
    y  = * ( float * ) &i;
    y  = y * ( threehalfs - ( x2 * y * y ) );   // 1st iteration
//    y  = y * ( threehalfs - ( x2 * y * y ) );   // 2nd iteration, this can be removed

    return y;
}

int main () {
    printf("Hello world\n");
}	

Do folds work?

I guess they do :)


I should be next to a percent sign IM:%

What about tables?

Fruits Vegetables
Apple Carrot
Orange Tomato
Banana Eggplant

Block Quotes & Captions:
John wore clothing made of camel’s hair, with a leather belt around his waist,
and he ate locusts and wild honey.
And this was his message: “After me comes the one more powerful than I, the straps of whose sandals I am not worthy to stoop down and untie. I baptize you with water, but he will baptize you with the Holy Spirit.”
Mark 1:6-8


The design of the site was havily inspired by: https://www.kunisch.info/
and some of the fonts were chosen with the help of cae

Edge Cases

Inline in code sections:

export __OPENGL__=1
printf '%d' $(( 2 * 3 * 5 ))	

Tables & Transformers in code sections:
#TABLE	A	B
		C	D
#END TABLE

>quotes shouldnt work either

___

hr shouldnt work either


Inline in code inline:
Hello **world** - I hope I dont trigger any edge *cases*