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

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.`);
- Save structured content.
- Publish a snapshot.
- Render the static article.
Test created through Playwright on September 3, 2026.