summaryrefslogtreecommitdiff
path: root/vejviseren/bagfacaden2018.mdwn
AgeCommit message (Collapse)Author
2024-04-06normalize directives to always quote variablesJonas Smedegaard
command: ``` find * -type f -name '*.mdwn' -execdir perl -gpi -e 's/(?:class|link|size|stem|width|height)=\K[^=\s"\]>]+/"$&"/g;' '{}' + ```
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;' '{}' + ```
2018-05-14Tag juggle. New tags, tag clean up.Siri Reiter
2018-01-21Text and mardown corrections.Siri Reiter
2018-01-18(no commit message)paul
2018-01-18(no commit message)paul
2018-01-18(no commit message)paul