[TxMt] MultiMarkdown Bug in Lists...
Allan Odgaard
throw-away-2 at macromates.com
Sun Mar 16 14:23:43 UTC 2008
On 16 Mar 2008, at 13:33, Fletcher T. Penney wrote:
> I decided just to rewrite the whole command, to make it easier to
> fix and maintain in the future. But when I used your substitution,
> it didn't seem to fix anything with the '$' problem:
> [...]
Yeah, the regexp subst. should have been s/(?=[\$`\\])/\\/g (escaping
the dollar for unknown reasons).
More information about the textmate
mailing list