Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-24 | FIX: update broken internal links | Jonas Smedegaard | |
2022-10-28 | normalize headlines to have one leading space and no trailing space | Jonas Smedegaard | |
command: ``` find * -type f -name '*.mdwn' -execdir perl -pi -e 's/^(#+)\s*([^\s#].*?)\h*$/$1 $2/g;' '{}' + ``` | |||
2022-04-24 | change images from png to jpg and resize, fix image links; move article and ↵ | Siri Reiter | |
image folder into subfolder vejviseren |