# HG changeset patch # User Steve Kemp # Date 1211487882 -3600 # Node ID 6f02753799748af279e8c2de6d5a5c575a42e969 # Parent f9d9bda57a41a6fac4b49cff9c61fa8873c937d0 BUFFIX: Markdown works again. diff -r f9d9bda57a41 -r 6f0275379974 bin/chronicle --- a/bin/chronicle Fri May 16 17:48:26 2008 +0100 +++ b/bin/chronicle Thu May 22 21:24:42 2008 +0100 @@ -2229,7 +2229,7 @@ # # Convert. # - $text = Text::Markdown::Markdown($text); + $text = Text::Markdown::markdown($text); return ($text); }