jcode Deepdive: Example (delete me)
July 09, 2026
This is a sample paragraph with an inline link to show how links render inside a post.
A subheading
Posts are plain Markdown files in _posts/, named YYYY-MM-DD-title.md. The date in the filename controls sort order and the date shown here, and the URL lives under /deepdive/.
function greet(name) {
return `hello, ${name}`;
}
Regular paragraphs continue normally after a code block.