[TxMt] MultiMarkdown Bug in Lists...

Allan Odgaard throw-away-2 at macromates.com
Sat Mar 15 09:40:57 UTC 2008


On 12 Mar 2008, at 19:12, Brian H wrote:

> I found an odd bug in the MultiMarkDown list sibling generation:
>
> It will strip out any number preceded by a "$" after I hit enter at  
> the end of the line.
>
> EXAMPLE:
> - Here is a number (1234) and here are some a dollar amounts ($123),  
> ($123.00), (-$123).
> - Here is a number (1234) and here are some a dollar amounts (), (. 
> 00), (-).
>
> I think the problem lies in this line:
>
> # Strip Marker
> $old_line =~ s/^\s*((\*|\+|\-|\d+\.)\s*)//;
>
> ...but I'm still new to Perl and Regex

It sounds more like lack of snippet-escaping in the output.

But I cannot reproduce this, Are you using the default (out of the  
box) MultiMarkdown support, or the bundle by Fletcher?




More information about the textmate mailing list