Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 235 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 235 Bytes

Markdown link formatter

Alfred setting

# convert from reference link to inline style
# /bin/zsh
./mdLinkConverter.py $1 -i
# convert from inline link to reference style
# /bin/zsh
./mdLinkConverter.py $1 -r