A simple description
0
TEST.md
1# How was your day?
2
3- Hope I can delete this.
4- This is just a test after all.
5
6## makrdown render
7
8a code block, sure, does syntax highlight work?
9
10```rs
11fn main() {
12 println!("Hello, World!")
13}
14// oops
15```
16
17---
18
19*looks good, cuz i typed it in the web interface itself.*
20
21i hope tables and etc will also render fine, if the above does and... well,
22i really need a CLI to better use it.