tiny.zen.CodeOptions
Defined in code.
API (5)
Fields and members
Public fields and members.
Source
Source: lib/zen/src/code.zig:7
zig
pub const Options = struct { highlighting: bool = true, line_numbers: bool = true, titles: bool = true, language_labels: bool = true, word_wrap: bool = true,};Source: lib/zen/src/root.zig:171
zig
/// Controls highlighting, numbering, titles, labels, and wrapping.pub const CodeOptions = code.Options;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 5 |
| Version | 26.7.0 |
| Revision | daab053ee433 |