]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/enumerations_of_dates_not_formatted_correctly.mdwn
Need more info.
[ikiwiki.git] / doc / bugs / enumerations_of_dates_not_formatted_correctly.mdwn
index f9ebf8c13de1b81c486d3b9757f09a7738f8fa1c..263ddd78b05d4858dc42f39cf9b8da234d5c71e5 100644 (file)
@@ -29,3 +29,15 @@ Testcase:
 > * 27\. March
 >
 > or by writing "1st January" and so on. --[[smcv]]
+
+>> I think that this is a bug in Text::Markdown (and probably other
+>> versions of markdown). The [markdown spec)(http://daringfireball.net/projects/markdown/syntax.text),
+>> though unmaintained and bitrotted into near illegibility, seems to say
+>> that list items can only be preceeded by whitespace:
+>> 
+>>> "List markers typically start at the left margin, but may be indented by
+>>> up to three spaces."
+>> 
+>> So "* * * 1. 2. 3." should not be parsed as a deeply nested list.
+>> 
+>> Forwarded to [upsteam RT](https://rt.cpan.org/Ticket/Display.html?id=65116). [[done]] --[[Joey]]