r3bl_tui 0.7.0

TUI library to build modern apps inspired by React, Elm, with Flexbox, CSS, editor component, emoji support, and more
Documentation
# My Heading

My paragraph. Some text in `code` format. Some text with _emphasis_. Some text with **strong**.

Some text with ~~strikethrough~~, which isn't supported in
[tmTheme format](https://www.sublimetext.com/docs/color_schemes_tmtheme.html).

## My Subheading

Unordered list:

- a
- b
- c

Ordered list:

1. d
2. e
3. f

> my block quote

```rust
fn main() {
  println!("Hello, world!");
}
```

[My Link](http://example.com)

![My Image](http://example.com/image.jpg)

[Another link][link_alias]

| a   | b   |
| --- | --- |
| c   | d   |

[link_alias]: http://example.com

--- END ---