CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
MarkdownView.h File Reference
#include <cstddef>
#include <cstdint>
#include "cdc_core/Raii.h"
#include "cdc_ui/IView.h"
#include "cdc_views/MarkdownModel.h"

Go to the source code of this file.

Classes

class  cdc::ui::MarkdownView
 Scrollable viewer that renders a Markdown source. More...
struct  cdc::ui::MarkdownView::InteractRef
 One selectable interactive element discovered in the rendered rows. More...

Namespaces

namespace  cdc
namespace  cdc::ui
 Centralized key-code constants for cdc_views.

Functions

MarkdownViewcdc::ui::showMarkdown (const char *title, const char *src, size_t len)
 Parses and shows a Markdown source on the view stack.
MarkdownViewcdc::ui::showPlainText (const char *title, const char *src, size_t len)
 Shows a source as plain, unrendered text on the view stack.