Documentation ¶ Overview ¶ Package compileopts holds shared flags for HTML and SVG compilation. Index ¶ type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options struct { // LinksOnly keeps original asset URLs instead of embedding data URIs. LinksOnly bool // NoScript omits the HTML variant switcher script (Ctrl+L) for cleaner output. NoScript bool } Options configures PSRT compile output. Source Files ¶ View all Source files compileopts.go Click to show internal directories. Click to hide internal directories.