This is a test file for verifying code block rendering.
Here is some inline code in a sentence.
Multiple inline code spans in one line.
Here is a Go code block:
func main() {
fmt.Println("Hello, World!")
}And here is a plain code block:
just some code
with multiple lines
and indentation
Some text before the code block.
code inside
Some text after the code block.
Testing horizontal rules with different syntaxes:
Three hyphens:
Three asterisks:
Three underscores:
With spaces between:
More than three:
That's all for code block and horizontal rule testing.