
Artikel/Infrastructure/2026-07-16
Premium Blog & Interactive Reader Verification
Testing custom HTML5 audio playing, YouTube embeds, sticky TOC header offsets, and adaptive Mermaid rendering.
This is a test run verifying the layout rendering of our custom blog markdown processor. Below are structural components to verify.
1. Flowchart Rendering (Mermaid)
Systemübersicht
2. Interactive Audio Player
If your post is a podcast, change type in frontmatter to audio and specify the relative path to your file, e.g.:
type: audio
audio: "/audio/wow.mp3"
duration: "14:22"3. Video Embed
If your post is a video, change type in frontmatter to video and specify a youtube link or ID, e.g.:
type: video
youtube: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"