tldr-pages / tlrc

A tldr client written in Rust
http://tldr.sh/tlrc/
MIT License
232 stars 9 forks source link

chore: bump actions/checkout to v4, update README, add `.gitattributes` #45

Closed kbdharun closed 8 months ago

kbdharun commented 8 months ago

Changes

acuteenvy commented 8 months ago

Thank you, but may I ask what is the point of shell before the code block? It renders exactly the same:

with ```shell

cargo install tlrc

without ```shell

cargo install tlrc

Is it just a convention?

kbdharun commented 8 months ago

Is it just a convention?

Yeah, we generally follow markdown lint and specify the code block language even if doesn't change rendering.