Neko

PDF Integration

Neko supports rendering PDF files inline within your markdown documents. It uses the same syntax as images, but automatically detects that the file is a PDF based on the .pdf extension.

Basic Usage

To embed a PDF, use the standard markdown image syntax:

![PDF Document](/assets/dummy.pdf)

This will automatically render the PDF in an iframe.

Example