egui_commonmark_backend 0.18.0

Shared code for egui_commonmark and egui_commonmark_macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# A commonmark viewer for [egui]https://github.com/emilk/egui

[![Crate](https://img.shields.io/crates/v/egui_commonmark_backend.svg)](https://crates.io/crates/egui_commonmark_backend)

This contains shared code between the crates `egui_commonmark` and `egui_commonmark_macros`.
See [egui_commonmark](https://github.com/lampsitter/egui_commonmark) as a starting point.

## License

Licensed under either of

 * Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.