summaryrefslogtreecommitdiff
path: root/test/tordenskjold.mdwn
AgeCommit message (Collapse)Author
2023-05-10fix replace link to dead website with link to archive.orgJonas Smedegaard
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;' '{}' + ```
2022-10-28fix image pathsJonas Smedegaard
2016-03-04Add test article and tour description, and experimental sidebar/farbar.Jonas Smedegaard