summaryrefslogtreecommitdiff
path: root/byudvikling/topbar.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;' '{}' + ```
2017-08-22Image in topbar.Siri Reiter