summaryrefslogtreecommitdiff
path: root/navnequiz.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;' '{}' + ```
2023-05-10use secure https URIs where possibleJonas 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-10-28drop image directives for missing imagesJonas Smedegaard
2022-10-28fix directive closureJonas Smedegaard
2021-04-05remove obsolete image sizesSiri Reiter
2020-02-13text corrections, correct quiz tagSiri Reiter
2020-02-11(no commit message)paul
2019-03-02Fix inline directive for vejviseren + blog.Siri Reiter
2019-03-02Different inline content (image class) for vejviseren + blog and other lists.Siri Reiter
2019-03-02Text corrections.Siri Reiter
2019-03-02Fix Hack links to be bigger with h3 markup.Siri Reiter
2019-03-02(no commit message)paul
2019-03-02Finish document: Add pdf, link to headlines, add nametest answer.Siri Reiter
2019-03-02Remove TOC.Siri Reiter
2019-03-02Add TOC and a h2 for Gadekryds.Siri Reiter
2019-03-01Tag quizzer [not quiz] and vejviseren.Siri Reiter
2019-03-01Reference style image link.Siri Reiter
2019-03-01Fix link.Siri Reiter
2019-03-01Add links.Siri Reiter
2019-03-01Fix image link.Siri Reiter
2019-03-01Add quiz pages 1-2 as images.Siri Reiter
2019-02-28(no commit message)paul
2019-02-27(no commit message)paul
2019-02-26(no commit message)paul
2019-02-25(no commit message)paul
2019-02-25(no commit message)paul
2019-02-25(no commit message)paul
2019-02-25(no commit message)paul
2019-02-25(no commit message)paul
2019-02-22Fix include directive.Siri Reiter
2019-02-22Fix image link to mockup image, remove other image links. Also delete some ↵Siri Reiter
space and text correct.
2019-02-22Move page to root.Siri Reiter