Blog Post Test
Code test
Hello World!
Hello world in inline blocks!
print('Hello world from Python!')
puts "Hello world from Ruby!"% This quicksort algorithm is extracted from Chapter 7, Introduction to Algorithms (3rd edition)
\begin{algorithm}
\caption{Quicksort}
\begin{algorithmic}
\PROCEDURE{Quicksort}{$$A, p, r$$}
\IF{$$p < r$$}
\STATE $$q = $$ \CALL{Partition}{$$A, p, r$$}
\STATE \CALL{Quicksort}{$$A, p, q - 1$$}
\STATE \CALL{Quicksort}{$$A, q + 1, r$$}
\ENDIF
\ENDPROCEDURE
\PROCEDURE{Partition}{$$A, p, r$$}
\STATE $$x = A[r]$$
\STATE $$i = p - 1$$
\FOR{$$j = p$$ \TO $$r - 1$$}
\IF{$$A[j] < x$$}
\STATE $$i = i + 1$$
\STATE exchange
$$A[i]$$ with $$A[j]$$
\ENDIF
\STATE exchange $$A[i]$$ with $$A[r]$$
\ENDFOR
\ENDPROCEDURE
\end{algorithmic}
\end{algorithm}
Math and Links test
The quadratic formula is $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
The Fast Fourier transform executes in $\mathcal{O}(n \log n)$ time.
Videos and X test
X test
To embed a X post, go to X publish and generate the embedding code.
United Nations vote on banning all colours pic.twitter.com/6mkkigvBon
— Terrible Maps (@TerribleMaps) August 22, 2026
Videos test
To embed a YouTube Video, go click the “Embed” button.
Liquid can also generate video links but smaller btw