diff options
author | josef <josef@web> | 2011-01-20 07:45:55 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-20 07:45:55 +0000 |
commit | 42d39cc02b30d33057911255ca62a6ee068105d6 (patch) | |
tree | c004b723ac06a81918a1d1495e833242264a68f2 /doc/bugs | |
parent | dd6485f3774afd597c8f9b84f3038af0c1a9e247 (diff) |
here comes a nasty enumeration-of-dates bug
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn b/doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn new file mode 100644 index 000000000..4a78ea3f9 --- /dev/null +++ b/doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn @@ -0,0 +1,11 @@ +When an enumeration contains entries starting with ordinal numbers, e.g., for lists of meeting dates, ikiwiki turns them all into the 1st. + +Testcase: + +*The following lists should read: 1. January, 27. March, 99. November, 42. April* +**But instead it reads:** + +* 1. January +* 27. March +* 99. November +* 42. April |