summaryrefslogtreecommitdiff
path: root/links.mdwn
AgeCommit message (Collapse)Author
2022-10-28normalize headlines to have one leading space and no trailing spaceJonas Smedegaard
command: ``` find * -type f -name '*.mdwn' -execdir perl -pi -e 's/^(#+)\s*([^\s#].*?)\h*$/$1 $2/g;' '{}' + ```
2013-01-05Add class to decorative images. Clean up markup and superfluous spacing here ↵Siri Reiter
and there.
2012-07-26Copy pages, rename with minuscule letters and redirect old pages.Siri Reiter