A commonmark viewer for egui
While this crate's main focus is commonmark, it also supports a subset of Github's markdown syntax: tables, strikethrough, tasklists and footnotes.
Usage
In Cargo.toml:
= "0.10"
# Specify what image formats you want to use
= { = "0.24", = false, = ["png"] }
use *;
let markdown =
r"# Hello world
* A list
* [ ] Checkbox
";
let mut cache = default;
new.show;
Features
better_syntax_highlighting: Syntax highlighting inside code blocks withsyntectsvg: Support for viewing svg imagesfetch: Images with urls will be downloaded and displayed
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.