6ch

Full stack developer, video game designer.

Plays shooters, fighters, and rhythm games.

The number of times this site has been accessed.

[← Go back]
Test Post
#130 DEC 2025Last edited 05 JUL 2026

This post is to test the functionality of Notion as a content management backend.

A divider:


The section below tests rendering of a markdown page on HTML with react-markdown:

  • Bold, italic, and underline.
  • Inline code blocks.
#
A Large Heading
##
A Medium Heading
###
A Small Heading

A code block:

[Copy]rust
fn main() {
	println!("Hello, world!");
}