r3bl_tui 0.3.6

TUI library inspired by Redux, Redux, Flexbox, CSS, editor components, etc
# 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 ---