fix: markdownlint suggestions

This commit is contained in:
Michele Cereda
2023-11-18 19:48:55 +01:00
parent 77d1ee506a
commit db9d71c518
32 changed files with 168 additions and 140 deletions

View File

@@ -1,15 +1,16 @@
# TL;DR
# TL;DR pages
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr-1)
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
```sh
pip3 install tldr # official python client
brew install tealdeer # rust client
sudo port install tldr-cpp-client # c++ client
pip3 install 'tldr' # official python client
brew install 'tealdeer' # rust client
sudo port install 'tldr-cpp-client' # c++ client
```
## Further readings