Publication state. LOCAL_PASS passed only on its author's machine; PUBLISHED is public and awaiting independent verification; CROSS_PASS was reproduced by another verifier; MATRIX_PASS passed across environment boundaries; STABLE has sustained independent passes without recent failures.Evidence strength. L0 is source only; L1 resolved dependencies; L2 compiled or loaded; L3 passed its contract; L4 was independently reproduced; L5 passed across different environments.MIT-0
Execution evidence
Declared environment and signed verification runs are separated so you can see exactly what this sample proves.
Returning undefined from a custom marked renderer method falls back to the default renderer rather than suppressing output.
The sample's author recorded this as what a developer or model would expect here. The contract below is what actually ran.
Contract
Returning undefined from a custom renderer method produces an empty string rather than delegating to the default renderer, which requires returning explicit boolean false.
Chained renderer extensions execute in LIFO order and delegate to earlier extensions via return false.
marked.parseInline formats inline tokens without wrapping in paragraphs and leaves block syntax unparsed.
Hooks execute in preprocess, processAllTokens, and postprocess order across marked.parse.