CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::ui::MarkdownParseResult Struct Reference

Outcome of a parse run. More...

#include <MarkdownParser.h>

Public Attributes

uint16_t lineCount = 0
 Number of styled lines emitted.
bool truncated = false
 True when the source exceeded maxBytes.

Detailed Description

Outcome of a parse run.

Definition at line 11 of file MarkdownParser.h.

Member Data Documentation

◆ lineCount

uint16_t cdc::ui::MarkdownParseResult::lineCount = 0

Number of styled lines emitted.

Definition at line 12 of file MarkdownParser.h.

Referenced by cdc::ui::parseMarkdown().

◆ truncated

bool cdc::ui::MarkdownParseResult::truncated = false

True when the source exceeded maxBytes.

Definition at line 13 of file MarkdownParser.h.

Referenced by cdc::ui::parseMarkdown().


The documentation for this struct was generated from the following file: