From 3fb10fe9461e4e84e0487d30c0219ac33b175178 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Fri, 23 May 2025 07:36:45 -0400 Subject: [PATCH] Don't put anchors in HTML output. Can be achieved with a REM statement: REM SPECIAL HTML --- docs/WHATSNEW | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 4e86ed13..dc0150da 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -41,9 +41,6 @@ CHANGES TO REMIND Local conversion (and vice-versa) for years greater than 2038, even on systems with a 32-bit time_t. -- IMPROVEMENT: rem2html: Include an anchor in the HTML - calendar for each day box, where $day is the day number. - - MINOR IMPROVEMENT: remind: Allow the argument to monnum() to be a string, in which case it's parsed as a month name and the corresponding month number returned.