here comes a nasty enumeration-of-dates bug
authorjosef <josef@web>
Thu, 20 Jan 2011 07:45:55 +0000 (07:45 +0000)
committerJoey Hess <joey@kitenet.net>
Thu, 20 Jan 2011 07:45:55 +0000 (07:45 +0000)
doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn [new file with mode: 0644]

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 (file)
index 0000000..4a78ea3
--- /dev/null
@@ -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