From e09b731c7e8554ddde91d05b9717ce320fd84424 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 5 Jun 2017 15:01:30 +0100 Subject: fix links on andrew's news entry, with alyssa's permission pull request not needed. alyssa gave me permission via email, to push this directly to master --- www/publish.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/publish.sh') diff --git a/www/publish.sh b/www/publish.sh index 606c1fc9..f9aabf3e 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -57,6 +57,10 @@ fi sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*]/.html\1]/g' +# change out .md -> .html +sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' +sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*]/.html\1]/g' + # work around issue #2872 TOC=$(grep -q "^x-toc-enable: true$" temp.md && echo "--toc --toc-depth=2") || TOC="" -- cgit v1.2.3-70-g09d2