tiny.zen.max_markdown_inline_nesting
Defined in markdown.
Maximum recursive link/emphasis levels, label brackets, or target parentheses.
Source
Source: lib/zen/src/markdown.zig:117
zig
/// Maximum recursive link/emphasis levels, label brackets, or target parentheses.////// Exceeding it returns `InlineNestingCapacityExceeded`; split or simplify the/// nested inline markup.pub const max_inline_nesting: usize = 32;Source: lib/zen/src/root.zig:210
zig
/// Maximum nested link/emphasis, label brackets, or target parentheses.pub const max_markdown_inline_nesting = markdown.max_inline_nesting;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |