summaryrefslogtreecommitdiff
path: root/test2.mdwn
AgeCommit message (Collapse)Author
2024-04-06rename *.mdwn to */index.md, except index/topbar/farbar/sidebar filesJonas Smedegaard
command: ``` perl -MPath::Tiny -WE 'use strict; path(".")->visit(sub{return unless -f && /\.mdwn$/; my $stem=$_->basename(".mdwn"); my $new=$_->sibling($stem,"index.md"); return if $stem =~ /^index|topbar|sidebar|farbar|footer$/ || $new->exists; $new->parent->mkpath; system("git","mv", $_, $new)},{recurse=>1})' ```
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-28fix image pathsJonas Smedegaard
2021-05-20test inline page (events calendar feed)Siri Reiter
2018-03-03Modernize to use tagged() pagespec.Jonas Smedegaard
2016-03-22Test of toggle list directive imbedded in two layers of directives.Siri Reiter
2016-03-06Testing triple inline directives successfull.Siri Reiter
2016-03-06Testing toggles.Siri Reiter
2016-02-25Sync with test (commit#24467d0), for a negative test of frontpage ↵Jonas Smedegaard
special-casing (commit#c6e9fd6).
2016-02-16Test topbar template. Remove image from other context.Siri Reiter