A commonmark viewer for egui

Crate Documentation CI

showcase

While this crate's main focus is commonmark, it also supports a subset of Github's markdown syntax: tables, strikethrough, tasklists and footnotes.

Usage

```rust use egui_commonmark::*; let markdown = r"# Hello world

Features

License

Licensed under either of

at your option.