summaryrefslogtreecommitdiff
path: root/beerwalkbox.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-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-08-07(no commit message)paul
2017-09-04Remove Ikiwiki scaling of inline overview lists and implement the class ↵Siri Reiter
'overview' instead.
2017-02-06(no commit message)paul
2017-02-06(no commit message)paul
2017-02-05(no commit message)paul
2017-02-05Add tag ture and correct text.Siri Reiter
2017-02-03(no commit message)paul
2017-02-03(no commit message)paul
2017-02-03(no commit message)paul
2017-01-27(no commit message)paul