A few code blocks you might like

<p>Test only</p>
<div id="hi"><span></span></div>
echo "hello world" > testfile.txt
cat testfile.txt
console.log("Hello world");
console.error("Something happened");
steps:
  testmessage:
    image: ubuntu
    commands:
      - echo "Hello world"
      - echo "I run on TTGit"
[
	{
		"id": "0",
		"name": "shaun",
		"website": "https://www.ttnrtsite.me"
	}
]
html {
	background-color: black;
	color: white;
	user-select: none;
}

body {
	height: 100vh;
	margin: 0;
	padding: 0;
}
# Heading 1
Something **NEW**