Skip to content
GitLab
Explore
Sign in
Register
History
Versions
4
Version
Author
Diff
Last updated
v4
Ben Gamari
Drop redundant, empty links Previously there were many repeated links of the form, ``` [text](url)[](url) ``` This drops the second, redundant link via ``` sed -i -r -e 's%\)\[\]\([^)]+\)%)%g' $(find -iname '*.md') ```
Apr 01, 2019
v3
Tobias Dammers
Fix markdown link syntax
Mar 29, 2019
v2
Tobias Dammers
Remove leading space from markdown link labels
Mar 14, 2019
v1
hypoon
Edit Arm64
Jan 24, 2016