gorbie-commonmark-backend 0.24.0

Shared code for gorbie_commonmark and gorbie_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/gorbie-commonmark-backend.svg)](https://crates.io/crates/gorbie-commonmark-backend)

This contains shared code between the crates `gorbie_commonmark` and `gorbie_commonmark_macros`.
See [gorbie_commonmark](https://github.com/triblespace/gorbie_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.