DA Rasmussen

DA Rasmussen

Posting book and status updates.

Markdown Showcase

Theme Showcase

A paragraph with bold text, italic emphasis, strikethrough, inline code, and a link. This demonstrates body text rendering, line height, and font pairing.

Lists & Structure

  • Unordered list item
    • Nested item with more text to show indentation
    • Another nested item
  • Second top-level item
  1. Ordered list first item
  2. Second item with bold and italic mixed in
  3. Third item showing how numbers align

Block Elements

A blockquote to demonstrate styling for quoted content. This shows how the theme handles left borders, background tints, and text contrast.


Code & Syntax Highlighting

// JavaScript example
function greet(name) {
  return `Hello, ${name}!`;
}

const users = ["Alice", "Bob", "Charlie"];
users.forEach(user => {
  console.log(greet(user));
});
Syntax Description Example
Header Column title # Header
Paragraph Body text Plain text
inline Code within text `code`

Callouts (Admonitions)

Note callout Important information worth highlighting. Shows how the theme styles containers with icons and background colors.

Tip callout Helpful advice or shortcut. Demonstrates accent colors and visual hierarchy.

Warning callout Something requiring caution. Tests contrast and attention-grabbing styling.

Tasks & Interactive Elements

  • Completed task item
  • Incomplete task
  • Another pending item with bold emphasis

Typography Details

Heading levels (h3–h6)

Level 4 heading

Level 5 heading
Level 6 heading
— feeling calm

Morning coffee

Starting the day slow. ☕️

© 2026 DA Rasmussen. Powered by Jekyll.