Crate egui_commonmark_backend

Source
Expand description

Shared code for egui_commonmark and egui_commonmark_macro. Breaking changes will happen and should ideally not be relied upon. Only items that can been seen in this documentation can be safely used directly.

Structs§

CommonMarkCache
A cache used for storing content such as images.

Type Aliases§

RenderHtmlFn
Takes egui::Ui and the html text to be rendered/used
RenderMathFn
Takes egui::Ui, the math text to be rendered and whether it is inline