/dev/note
Note is a lightweight, minimalistic markup language designed for creating and formatting plain text notes. It was developed as a simplified alternative to more complex markup languages
#1 header 1
#2 header 2
#3 header 3
#4 header 4
#5 header 5
#6 header 6
a *bold* text
an *italic* text
a short `code`
rust`
// this is a comment
fn main() {
println!("this is a codeblock");
}
`
> the blockquote
[text](link)
/* mention any account -> https://github.com/bnierimi */
@bnierimi(https://github.com)
/* mention a tcitrogg's account -> https://tcitrogg.org/bnierimi */
t/bnierimi
!image[alt_text](link_to_img)
/* short form */
![alt_text](link_to_img)
---
* item 1
* item 2
- item 1
- item 2
- rust
- typescript
- javascript
- python
- go
- ...
yours bnierimi@tcitrogg