Age | Commit message (Collapse) | Author | |
---|---|---|---|
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;' '{}' + ``` | |||
2018-03-03 | Modernize to use tagged() pagespec. | Jonas Smedegaard | |
2017-09-21 | Trim image template. | Siri Reiter | |
2017-09-02 | Fix move templates into place. | Jonas Smedegaard | |
2017-07-20 | Add overview template. | Jonas Smedegaard | |