All guides
Bitcoin

Playwright Markdown Publishing Test

A production test of BTCFAQ Markdown rendering, inline images, links, lists, quotes, and code.

1 min read

This article verifies that the BTCFAQ static publishing workflow renders bold text, italic text, and internal links correctly.

BTCFAQ Bitcoin logo

What this test covers

  • Markdown headings
  • Ordered and unordered lists
  • Inline images with alternative text
  • Links and code blocks

Bitcoin education should be clear, verifiable, and accessible.

Example code

const sats = 100_000_000;
console.log(`One bitcoin contains ${sats} sats.`);
  1. Save structured content.
  2. Publish a snapshot.
  3. Render the static article.

Test created through Playwright on September 3, 2026.