summaryrefslogtreecommitdiff
path: root/amagerbro.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;' '{}' + ```
2023-10-18wrap deco images, to support excempting auto-width stylingJonas 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;' '{}' + ```
2018-05-11Edit links, boxes and small markup things.Siri Reiter
2017-09-04Remove Ikiwiki scaling of inline overview lists and implement the class ↵Siri Reiter
'overview' instead.
2017-04-19(no commit message)paul
2017-02-05Add tag ture and correct text.Siri Reiter
2017-01-31(no commit message)paul
2017-01-31(no commit message)paul
2017-01-31(no commit message)paul