format markdown

This commit is contained in:
AJ ONeal
2020-04-28 03:42:10 +00:00
parent 77be4eb172
commit 7f53f0b0c3
3 changed files with 16 additions and 4 deletions
+6 -4
View File
@@ -4,19 +4,21 @@
# homepage: https://git.rootprojects.org/root/pathman
# tagline: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell
# description: |
# Works with
# - Mac, Windows, Linux
# - Bash, Zsh, Fish
# - Command, Powershell
# Manages PATH on various OSes and shells
# - Mac, Windows, Linux
# - Bash, Zsh, Fish
# - Command, Powershell
# examples: |
# ```bash
# pathman add ~/.local/bin
# ```
# <br/>
#
# ```bash
# pathman remove ~/.local/bin
# ```
# <br/>
#
# ```bash
# pathman list
# ```
+8
View File
@@ -5,11 +5,19 @@
# tagline: The Rust Toolchain
# description: |
# A language empowering everyone to build reliable and efficient software.
#
# Rust is the modern language used to build all of your favorite CLI tools, such as
# - rg (ripgrep, modern grep)
# - fd (modern find)
# - sd (modern sed)
# - lsd (modern ls)
# - bat (modern cat)
# examples: |
# ```bash
# cargo install ripgrep
# ```
# <br/>
#
# ```bash
# cargo new hello --bin
# cargo build --release
+2
View File
@@ -10,10 +10,12 @@
# webi node
# ```
# <br/>
#
# ```bash
# webi golang
# ```
# <br/>
#
# ```bash
# webi rustlang
# ```