# Marp Player — Complete Documentation > Free online Markdown-to-Slides presentation player powered by Marp Core. > URL: https://marp-play.techbuzzz.me ## Overview Marp Player is a professional web application that converts Marp-flavored Markdown into presentation slides. It provides real-time preview, PDF export, fullscreen mode, speaker notes, and multiple navigation methods. The tool is free, open-source, and runs entirely in the browser with server-side rendering. ## Architecture ### Rendering Pipeline 1. User inputs Marp Markdown in the editor panel 2. After 500ms debounce, markdown is sent to `/api/render-marp` 3. Server renders via `@marp-team/marp-core` with `html: true, script: false` 4. Output: SVG-wrapped slides (`
...
`) 5. Each SVG contains a `` with a `
` element 6. Global CSS is extracted and injected via `