All posts
Craft

Content Sample

A sample post covering all content patterns used to verify template and rendering changes.

Ann Catherine Jose 5 min read
Content Sample

This post is a sample page for validating template, markdown, and content-pipeline changes. Internal file name can change over time, while public URL remains stable via frontmatter slug.

Headings And Text Styles

Emphasis

Regular text, bold text, italic text, and inline code.

Blockquote

Good fixtures are boring in purpose and excellent in coverage.

Lists

  • Unordered item one
  • Unordered item two
    • Nested item A
    • Nested item B
  1. Ordered item one
  2. Ordered item two
  3. Ordered item three

Table

AreaExampleExpected
MarkdownHeading/list/tableRenders with typography styles
MathInline and block equationsMathJax SVG output
CodeTypeScript and diff blocksShiki highlighting + copy button

Code Blocks

type Theme = "light" | "dark";

export function nextTheme(theme: Theme): Theme {
  return theme === "light" ? "dark" : "light";
}
- const isReady = false;
+ const isReady = true;

Checklist

  • Markdown coverage
  • Math coverage
  • Code and callout coverage
  • Media coverage

© 2026 Latent Signal