$ cat article/docs/quick-reference.md

Quick Reference

# @ Gopher Guides ~ 1 min
#docs #quick-reference #hype

Quick Reference

Quick Reference

Hype is a Markdown content generator with dynamic code execution, includes, and validation.

Install

go install github.com/gopherguides/hype/cmd/hype@latest

Or via Homebrew: brew install gopherguides/hype/hype-md

Common Commands

Command Description
hype export -format=markdown -f doc.md Export to markdown (stdout)
hype export -format=html -f doc.md -o doc.html Export to HTML file
hype preview -f doc.md -open Live preview with hot reload
hype validate -f doc.md Validate document structure

Key Tags

Tag Purpose Example
<include> Include another file &lt;include src=&#34;other.md&#34;>
<code> Show file contents &lt;code src=&#34;main.go&#34;>
<go> Run Go code, show output &lt;go run=&#34;main.go&#34;>
<cmd> Run shell command &lt;cmd exec=&#34;ls -la&#34;>
<img> Include image <img src=&#34;diagram.png&#34;>

AI Assistants

For detailed skill documentation, see .agent/skills/hype/.