/note

Note is a lightweight, plain text markup language that provides a simple and intuitive way to format and structure plain text notes. Inspired by Markdown

Primary LanguageTypeScript

Note

/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

Elements

Header

#1 header 1
#2 header 2
#3 header 3
#4 header 4
#5 header 5
#6 header 6

Bold

a *bold* text

Italic

an *italic* text

Code

a short `code`

Block Code

rust`
    // this is a comment
    fn main() {
        println!("this is a codeblock");
    }
`

Block Quote

> the blockquote

Link

[text](link)

Mention

/* mention any account -> https://github.com/bnierimi */
@bnierimi(https://github.com)

/* mention a tcitrogg's account -> https://tcitrogg.org/bnierimi */
t/bnierimi

Image

!image[alt_text](link_to_img)

/* short form */
![alt_text](link_to_img)

Horizontal Line

---

Unordered List

* item 1
* item 2

Ordered List

- item 1
- item 2

Im

  • rust
  • typescript
  • javascript
  • python
  • go
  • ...

yours bnierimi@tcitrogg