docs(docs): add PDF viewing feature entry

This commit is contained in:
2026-05-20 22:07:45 +02:00
parent 7d43bd6ffb
commit 8ea274a518
+5
View File
@@ -433,6 +433,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<h3>Markdown Support</h3>
<p>Markdown files automatically enable line wrapping. Use <kbd>Ctrl+E</kbd> to toggle between Edit and View modes.</p>
</div>
<div class="feature-detail">
<h3>PDF Viewing</h3>
<p>Open PDF files directly in the editor. Zaguán Blade uses <strong>PDF.js</strong> to render PDFs natively — no external viewer required. PDFs are displayed in read-only mode, so you can review documents alongside your code without leaving the editor.</p>
</div>
</div>
</div>
</section>