ssp6904.ttnrtsite.io/_posts/2024-06-11-code-blocks.md
Shaun Hoffer a5cd62f148 added code blocks post
Signed-off-by: Shaun Hoffer <shoffer@ttnrtsite.me>
2024-06-11 21:43:16 -04:00

720 B

layout title date
post Code blocks 2024-06-11 21:42:00 -0400

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**