flow-website/content/gems.smd
2024-11-09 02:33:35 -05:00

77 lines
No EOL
2.3 KiB
Text

---
.title = "Flow Control - a programmer's text editor",
.date = @date("2020-07-06T00:00:00"),
.author = "Igor Támara",
.layout = "gems.shtml",
.draft = false,
---
## We have hidden gems here
A Rule
---
### Lists
* Flow
* Zig
* Zat
### Numbered
1. Egg
2. Chicken
1. Raptor
2. Mammals
### An Image
[This is the caption]($image.siteAsset('img/flow-control.png'))
### Some ASCII
```
╭─────────────────╮
│ MONOSPACE ROCKS │
╰─────────────────╯
```
```
┌───────┐ ┌───────┐ ┌───────┐
│Actor 1│ │Actor 2│ │Actor 3│
└───┬───┘ └───┬───┘ └───┬───┘
│ │ │
│ │ msg 1 │
│ │────────►│
│ │ │
│ msg 2 │ │
│────────►│ │
┌───┴───┐ ┌───┴───┐ ┌───┴───┐
│Actor 1│ │Actor 2│ │Actor 3│
└───────┘ └───────┘ └───────┘
```
```
Things I Have
│ ████ Usable
15 │
│ ░░░░ Broken
12 │ ░
│ ░
│ ░ ░
9 │ ░ ░
│ ░ ░
│ ░ ░ ░
6 │ █ ░ ░ ░
│ █ ░ ░ ░
│ █ ░ █ ░
3 │ █ █ █ ░
│ █ █ █ ░
│ █ █ █ ░
0 └───▀─────────▀─────────▀──────────▀─────────────
Socks Jeans Shirts USB Drives
```
Take a look [here](https://owickstrom.github.io/the-monospace-web/) for more capabilities if needed.