Frontmatter5 fields
type- Example
title- Viewer Asset Examples
description- Small bundled files that test code colors and browser PDF views.
tagstimestamp
Viewer Asset Examples
Open this page with okn view Wiki. Test how the viewer handles local assets.
Files
- Go code example - Opens as a code preview with syntax colors.
- PDF asset example - Opens in the browser PDF viewer.
Inline Code Fence
package main
import "fmt"
func main() {
fmt.Println("Open Knowledge viewer highlighting works")
}