x

Test Page

16 May 2023

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

paragraph emph bold boldemph is deleted text.

Footnotes Test

Here is a footnote reference,1 and another.2 H~2~O is a liquid. 2^10^ is 1024.

1

Here is the footnote.

2

Here's one with multiple blocks.

Tables Test

RightLeftDefaultCenter
12121212
123123123123
1111

Blockquote Test

“All we have to decide is what to do with the time that is given us.”

Code Test

some code

code in block
case "$1" in && { "$BROWSER"; exit; }
curl -sL "$1" >/dev/null 2>&1 | sed "s/.*\///;s/"
esac
# comment test
#include <stdio.h>
static void
if (clients == 0) {
return TRUE;
} 
else {
g_printerr("Cannot save filter '%s': %s\n", contentpath);
}
// Comment test
/* test */
import re
if __name__ == '__main__"test"'
	sys.argv[0]

def get_converters():
	return sorted(list(nim2words))
except Exception as err:
# comment test
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

h1,h2 { font-size: 1.2em }

.grid img {
	flex: 25%;
	display: table;
	content: "";
}

.row:after {
clear: both;
}