Lorem Ipsum


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:
<span style="color:#ffcfaf; font-weight:bold">#include <stdio.h></span>

<span style="color:#dfdfbf; font-weight:bold">float</span> <span style="color:#aabfe3">Q_rsqrt</span><span style="color:#dcdccc">(</span> <span style="color:#dfdfbf; font-weight:bold">float</span> number <span style="color:#dcdccc">)</span>
<span style="color:#dcdccc">{</span>
    <span style="color:#dfdfbf; font-weight:bold">long</span> i<span style="color:#dcdccc">;</span>
    <span style="color:#dfdfbf; font-weight:bold">float</span> x2<span style="color:#dcdccc">,</span> y<span style="color:#dcdccc">;</span>
    <span style="color:#dfdfbf; font-weight:bold">const float</span> threehalfs <span style="color:#dcdccc">=</span> <span style="color:#dca3a3; font-weight:bold">1.5</span>F<span style="color:#dcdccc">;</span>

    x2 <span style="color:#dcdccc">=</span> number <span style="color:#dcdccc">*</span> <span style="color:#dca3a3; font-weight:bold">0.5</span>F<span style="color:#dcdccc">;</span>
    y  <span style="color:#dcdccc">=</span> number<span style="color:#dcdccc">;</span>
    i  <span style="color:#dcdccc">= * (</span> <span style="color:#dfdfbf; font-weight:bold">long</span> <span style="color:#dcdccc">* ) &</span>y<span style="color:#dcdccc">;</span>                       <span style="color:#7f9f7f; font-style:italic">// evil floating point bit level hacking</span>
    i  <span style="color:#dcdccc">=</span> <span style="color:#dca3a3; font-weight:bold">0x5f3759df</span> <span style="color:#dcdccc">- (</span> i <span style="color:#dcdccc">>></span> <span style="color:#dca3a3; font-weight:bold">1</span> <span style="color:#dcdccc">);</span>               <span style="color:#7f9f7f; font-style:italic">// what the fuck? </span>
    y  <span style="color:#dcdccc">= * (</span> <span style="color:#dfdfbf; font-weight:bold">float</span> <span style="color:#dcdccc">* ) &</span>i<span style="color:#dcdccc">;</span>
    y  <span style="color:#dcdccc">=</span> y <span style="color:#dcdccc">* (</span> threehalfs <span style="color:#dcdccc">- (</span> x2 <span style="color:#dcdccc">*</span> y <span style="color:#dcdccc">*</span> y <span style="color:#dcdccc">) );</span>   <span style="color:#7f9f7f; font-style:italic">// 1st iteration</span>
<span style="color:#7f9f7f; font-style:italic">//    y  = y * ( threehalfs - ( x2 * y * y ) );   // 2nd iteration, this can be removed</span>

    <span style="color:#e3ceab">return</span> y<span style="color:#dcdccc">;</span>
<span style="color:#dcdccc">}</span>

<span style="color:#dfdfbf; font-weight:bold">int</span> <span style="color:#aabfe3">main</span> <span style="color:#dcdccc">() {</span>
    <span style="color:#aabfe3">printf</span><span style="color:#dcdccc">(</span><span style="color:#cc9393">"Hello world</span><span style="color:#dca3a3; font-weight:bold">\n</span><span style="color:#cc9393">"</span><span style="color:#dcdccc">);</span>
<span style="color:#dcdccc">}</span>	
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:

<span style="color:#dfdfbf; font-weight:bold">export</span> __OPENGL__<span style="color:#dcdccc">=</span><span style="color:#dca3a3; font-weight:bold">1</span>
<span style="color:#dfdfbf; font-weight:bold">printf</span> <span style="color:#cc9393">&#39;%d&#39;</span> <span style="color:#aabfe3">$(( 2 * 3 * 5 )</span><span style="color:#dcdccc">)</span>	

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*