From 8ea274a518580e4f04d786fbf20f4d44b1885872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 20 May 2026 22:07:45 +0200 Subject: [PATCH] docs(docs): add PDF viewing feature entry --- src/pages/docs.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/docs.astro b/src/pages/docs.astro index 1decf69..51f35a4 100644 --- a/src/pages/docs.astro +++ b/src/pages/docs.astro @@ -433,6 +433,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';

Markdown Support

Markdown files automatically enable line wrapping. Use Ctrl+E to toggle between Edit and View modes.

+ +
+

PDF Viewing

+

Open PDF files directly in the editor. Zaguán Blade uses PDF.js 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.

+