Files
kewt/site/docs/embeds.md
N0\A 100979d28a
All checks were successful
Lint / shellcheck (push) Successful in 21s
Release Standalone Builder / build (release) Successful in 31s
Release Standalone Builder / publish-aur (release) Successful in 35s
Release Standalone Builder / publish-homebrew (release) Successful in 7s
docs: massive doc update
2026-03-31 12:08:52 +02:00

724 B

title = "Embeds"

Embeds

  • \![link]:
    • local image/audio/video files are embedded as media tags
    • local text/code files are inlined directly
    • global image/audio/video links are embedded as media tags
    • other global links are embedded as <iframe>
  • \![alt](link) works the same, with alt used for images
  • \!![link] and \!![alt](link) force inline local file contents

If you want to force a file to be inlined, use \!![] instead of \![]

Typed Embeds

Force specific output regardless of extension:

  • \!i[link] or \!i[alt](link) - Image
  • \!v[link] - Video
  • \!a[link] - Audio
  • \!f[link] - Iframe
  • \!e[link] - Inline/embed text/code file directly